Metrics - Get Metadata
Abrufen von Metrikmetadaten
Ruft Metadaten ab, die die verfügbaren Metriken beschreiben.
GET https://api.applicationinsights.io/v1/apps/{appId}/metrics/metadata
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
app
|
path | True |
string |
ID der Anwendung. Dies ist die Anwendungs-ID auf dem Blatt API-Zugriffseinstellungen im Azure-Portal. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
object |
Erfolgreiche Antworten |
Other Status Codes |
Ein Fehlerantwortobjekt. |
Sicherheit
oauth2
Herstellen einer Verbindung mit Azure-Anwendung Insights-API
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize?resource=https%3A%2F%2Fapi.applicationinsights.io
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel Ihres Benutzerkontos |
Beispiele
metricMetadata
Beispielanforderung
GET https://api.applicationinsights.io/v1/apps/DEMO_APP/metrics/metadata
Beispiel für eine Antwort
{
"metrics": {
"requests/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Server requests",
"supportedGroupBy": {
"all": [
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/DeveloperMode"
]
},
"defaultAggregation": "sum"
},
"requests/duration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Server response time",
"units": "ms",
"supportedGroupBy": {
"all": [
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/DeveloperMode"
]
},
"defaultAggregation": "avg"
},
"requests/failed": {
"supportedAggregations": [
"sum"
],
"displayName": "Failed requests",
"supportedGroupBy": {
"all": [
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/DeveloperMode"
]
},
"defaultAggregation": "sum"
},
"pageViews/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Page views",
"supportedGroupBy": {
"all": [
"pageView/name",
"pageView/urlPath",
"pageView/urlHost",
"pageView/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "sum"
},
"pageViews/duration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Page view load time",
"units": "ms",
"supportedGroupBy": {
"all": [
"pageView/name",
"pageView/urlPath",
"pageView/urlHost",
"pageView/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"browserTimings/networkDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Page load network connect time",
"units": "ms",
"supportedGroupBy": {
"all": [
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"browserTimings/sendDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Send request time",
"units": "ms",
"supportedGroupBy": {
"all": [
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"browserTimings/receiveDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Receiving response time",
"units": "ms",
"supportedGroupBy": {
"all": [
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"browserTimings/processingDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Client processing time",
"units": "ms",
"supportedGroupBy": {
"all": [
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"browserTimings/totalDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Browser page load time",
"units": "ms",
"supportedGroupBy": {
"all": [
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"users/count": {
"supportedAggregations": [
"unique"
],
"displayName": "Users",
"supportedGroupBy": {
"all": [
"trace/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"type",
"customDimensions/AgentSession",
"customDimensions/AgentVersion",
"customDimensions/MachineName",
"customDimensions/RunningMode",
"customDimensions/Source",
"customDimensions/AgentAssemblyVersion",
"customDimensions/AgentProcessSession",
"customDimensions/HashedMachineName",
"customDimensions/DataCube",
"customDimensions/DeveloperMode",
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"user/authenticated",
"customDimensions/_MS.ProcessedByMetricExtractors",
"pageView/name",
"pageView/urlPath",
"pageView/urlHost",
"pageView/performanceBucket",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"customDimensions/Container",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customEvent/name",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName",
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"customDimensions/FullTestResultAvailable",
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type",
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket"
]
},
"defaultAggregation": "unique"
},
"users/authenticated": {
"supportedAggregations": [
"unique"
],
"displayName": "Users, authenticated",
"supportedGroupBy": {
"all": [
"trace/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"type",
"customDimensions/AgentSession",
"customDimensions/AgentVersion",
"customDimensions/MachineName",
"customDimensions/RunningMode",
"customDimensions/Source",
"customDimensions/AgentAssemblyVersion",
"customDimensions/AgentProcessSession",
"customDimensions/HashedMachineName",
"customDimensions/DataCube",
"customDimensions/DeveloperMode",
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"user/authenticated",
"customDimensions/_MS.ProcessedByMetricExtractors",
"pageView/name",
"pageView/urlPath",
"pageView/urlHost",
"pageView/performanceBucket",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"customDimensions/Container",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customEvent/name",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName",
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"customDimensions/FullTestResultAvailable",
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type",
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket"
]
},
"defaultAggregation": "unique"
},
"sessions/count": {
"supportedAggregations": [
"unique"
],
"displayName": "Sessions",
"supportedGroupBy": {
"all": [
"trace/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"type",
"customDimensions/AgentSession",
"customDimensions/AgentVersion",
"customDimensions/MachineName",
"customDimensions/RunningMode",
"customDimensions/Source",
"customDimensions/AgentAssemblyVersion",
"customDimensions/AgentProcessSession",
"customDimensions/HashedMachineName",
"customDimensions/DataCube",
"customDimensions/DeveloperMode",
"request/source",
"request/name",
"request/urlHost",
"request/urlPath",
"request/success",
"request/resultCode",
"request/performanceBucket",
"user/authenticated",
"customDimensions/_MS.ProcessedByMetricExtractors",
"pageView/name",
"pageView/urlPath",
"pageView/urlHost",
"pageView/performanceBucket",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"customDimensions/Container",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customEvent/name",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName",
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"customDimensions/FullTestResultAvailable",
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type",
"browserTiming/name",
"browserTiming/urlHost",
"browserTiming/urlPath",
"browserTiming/performanceBucket"
]
},
"defaultAggregation": "unique"
},
"customEvents/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Events",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "sum"
},
"dependencies/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Dependency calls",
"supportedGroupBy": {
"all": [
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/Container",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "sum"
},
"dependencies/failed": {
"supportedAggregations": [
"sum"
],
"displayName": "Dependency failures",
"supportedGroupBy": {
"all": [
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/Container",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "sum"
},
"dependencies/duration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Dependency duration",
"units": "ms",
"supportedGroupBy": {
"all": [
"dependency/target",
"dependency/type",
"dependency/name",
"dependency/success",
"dependency/resultCode",
"dependency/performanceBucket",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/Container",
"customDimensions/_MS.ProcessedByMetricExtractors",
"customDimensions/Blob",
"customDimensions/ErrorMessage",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance"
]
},
"defaultAggregation": "avg"
},
"exceptions/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Exceptions",
"supportedGroupBy": {
"all": [
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/_MS.ProcessedByMetricExtractors"
]
},
"defaultAggregation": "sum"
},
"exceptions/browser": {
"supportedAggregations": [
"sum"
],
"displayName": "Browser exceptions",
"supportedGroupBy": {
"all": [
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/_MS.ProcessedByMetricExtractors"
]
},
"defaultAggregation": "sum"
},
"exceptions/server": {
"supportedAggregations": [
"sum"
],
"displayName": "Server exceptions",
"supportedGroupBy": {
"all": [
"exception/problemId",
"exception/handledAt",
"exception/type",
"exception/assembly",
"exception/method",
"exception/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/url",
"customDimensions/ai.snapshot.stampid",
"customDimensions/ai.snapshot.id",
"customDimensions/ai.snapshot.version",
"customDimensions/DeveloperMode",
"customDimensions/IbizaSessionId",
"customDimensions/PartInstance",
"customDimensions/ai.snapshot.planid",
"customDimensions/_MS.Example",
"customDimensions/_MS.ProcessedByMetricExtractors"
]
},
"defaultAggregation": "sum"
},
"availabilityResults/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Availability test results count",
"supportedGroupBy": {
"all": [
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/FullTestResultAvailable"
]
},
"defaultAggregation": "sum"
},
"availabilityResults/duration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "Test duration",
"units": "ms",
"supportedGroupBy": {
"all": [
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/FullTestResultAvailable"
]
},
"defaultAggregation": "avg"
},
"availabilityResults/availabilityPercentage": {
"supportedAggregations": [
"avg",
"count"
],
"displayName": "Availability",
"units": "percent",
"supportedGroupBy": {
"all": [
"availabilityResult/name",
"availabilityResult/location",
"availabilityResult/success",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/FullTestResultAvailable"
]
},
"defaultAggregation": "avg"
},
"billingMeters/telemetryCount": {
"supportedAggregations": [
"sum"
],
"displayName": "Data point count",
"supportedGroupBy": {
"all": [
"billing/telemetryItemSource",
"billing/telemetryItemType"
]
},
"defaultAggregation": "sum"
},
"billingMeters/telemetrySize": {
"supportedAggregations": [
"sum"
],
"displayName": "Data point volume",
"units": "bytes",
"supportedGroupBy": {
"all": [
"billing/telemetryItemSource",
"billing/telemetryItemType"
]
},
"defaultAggregation": "sum"
},
"performanceCounters/requestExecutionTime": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count"
],
"displayName": "ASP.NET request execution time",
"units": "ms",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/requestsPerSecond": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "ASP.NET request rate",
"units": "perSec",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/requestsInQueue": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "ASP.NET requests in application queue",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/memoryAvailableBytes": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Available memory",
"units": "bytes",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/exceptionsPerSecond": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Exception rate",
"units": "perSec",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/processCpuPercentage": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Process CPU",
"units": "percent",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/processCpuPercentageTotal": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Process CPU (all cores)",
"units": "percent",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/processIOBytesPerSecond": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Process IO rate",
"units": "bytesPerSec",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/processPrivateBytes": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Process private bytes",
"units": "bytes",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/processorCpuPercentage": {
"supportedAggregations": [
"avg",
"min",
"max",
"count"
],
"displayName": "Processor time",
"units": "percent",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"traces/count": {
"supportedAggregations": [
"sum"
],
"displayName": "Traces",
"supportedGroupBy": {
"all": [
"trace/severityLevel",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/AgentSession",
"customDimensions/AgentVersion",
"customDimensions/MachineName",
"customDimensions/RunningMode",
"customDimensions/Source",
"customDimensions/AgentAssemblyVersion",
"customDimensions/AgentProcessSession",
"customDimensions/HashedMachineName",
"customDimensions/DataCube",
"customDimensions/DeveloperMode"
]
},
"defaultAggregation": "sum"
},
"customMetrics/Dependency duration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Dependency duration",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/Exceptions thrown": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Exceptions thrown",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/Server response time": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Server response time",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/AzureDependencyFailureRate5Min": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "AzureDependencyFailureRate5Min",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/AzureBlobSuccessRate": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "AzureBlobSuccessRate",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/Customer Lead Time": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Customer Lead Time",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/ChrisRequestDuration": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "ChrisRequestDuration",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/AvgResponseTime": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "AvgResponseTime",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/CriticalOperationFailureRate": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "CriticalOperationFailureRate",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/CritFailureRate2": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "CritFailureRate2",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/Blah": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Blah",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/SyntheticExceptions": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "SyntheticExceptions",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/test01": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "test01",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/PredictedPerformanceOnNextHour": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "PredictedPerformanceOnNextHour",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customMetrics/HeartbeatState": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "HeartbeatState",
"supportedGroupBy": {
"all": [
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/SA_OriginAppId",
"customDimensions/baseSdkTargetFramework",
"customDimensions/runtimeFramework",
"customDimensions/DeveloperMode",
"customDimensions/_MS.AggregationIntervalMs",
"customDimensions/problemId",
"customDimensions/operationName",
"customDimensions/Request.Success",
"customDimensions/_MS.MetricId",
"customDimensions/Dependency.Success",
"customDimensions/_MS.IsAutocollected",
"customDimensions/Dependency.Type"
]
},
"defaultAggregation": "avg"
},
"customEvents/custom/ProcessPagedMemoryInMB": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "ProcessPagedMemoryInMB",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "avg"
},
"customEvents/custom/ProcessWorkingSetInMB": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "ProcessWorkingSetInMB",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "avg"
},
"customEvents/custom/DurationInSeconds": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "DurationInSeconds",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "avg"
},
"customEvents/custom/sizeInMB": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "sizeInMB",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "avg"
},
"customEvents/custom/Completion Time": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "Completion Time",
"supportedGroupBy": {
"all": [
"customEvent/name",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/EventName",
"customDimensions/Page Title",
"customDimensions/ServiceProfilerContent",
"customDimensions/ExecutingAssemblyFileVersion",
"customDimensions/ServiceProfilerVersion",
"customDimensions/DeveloperMode",
"customDimensions/ProcessId",
"customDimensions/RequestId",
"customDimensions/RunningSession",
"customDimensions/ProblemId",
"customDimensions/SnapshotContext",
"customDimensions/SnapshotVersion",
"customDimensions/Duration",
"customDimensions/SnapshotId",
"customDimensions/StampId",
"customDimensions/DeOptimizationId",
"customDimensions/Method",
"customDimensions/parentProcessId",
"customDimensions/Section",
"customDimensions/Configuration",
"customDimensions/dumpFolder",
"customDimensions/Reason",
"customDimensions/ExtensionVersion",
"customDimensions/SiteName"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/\\Process(??APP_WIN32_PROC??)\\% Processor Time Normalized": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "\\Process(??APP_WIN32_PROC??)\\% Processor Time Normalized",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
},
"performanceCounters/% Processor Time Normalized": {
"supportedAggregations": [
"avg",
"min",
"max",
"sum",
"count",
"unique"
],
"displayName": "% Processor Time Normalized",
"supportedGroupBy": {
"all": [
"performanceCounter/name",
"performanceCounter/category",
"performanceCounter/counter",
"performanceCounter/instance",
"operation/name",
"operation/synthetic",
"operation/syntheticSource",
"user/authenticated",
"application/version",
"client/type",
"client/model",
"client/os",
"client/city",
"client/stateOrProvince",
"client/countryOrRegion",
"client/browser",
"cloud/roleName",
"cloud/roleInstance",
"customDimensions/CounterInstanceName",
"customDimensions/CustomPerfCounter"
]
},
"defaultAggregation": "avg"
}
},
"dimensions": {
"request/source": {
"displayName": "Request source"
},
"request/name": {
"displayName": "Request name"
},
"request/urlHost": {
"displayName": "Request URL host"
},
"request/urlPath": {
"displayName": "Request URL path"
},
"request/success": {
"displayName": "Successful request"
},
"request/resultCode": {
"displayName": "Response code"
},
"request/performanceBucket": {
"displayName": "Performance"
},
"operation/name": {
"displayName": "Operation name"
},
"operation/synthetic": {
"displayName": "Real or synthetic traffic"
},
"operation/syntheticSource": {
"displayName": "Source of synthetic traffic"
},
"user/authenticated": {
"displayName": "Authenticated user"
},
"application/version": {
"displayName": "Application version"
},
"client/type": {
"displayName": "Device type"
},
"client/model": {
"displayName": "Device model"
},
"client/os": {
"displayName": "Operating system"
},
"client/city": {
"displayName": "City"
},
"client/stateOrProvince": {
"displayName": "State or province"
},
"client/countryOrRegion": {
"displayName": "Country or region"
},
"client/browser": {
"displayName": "Browser version"
},
"cloud/roleName": {
"displayName": "Cloud role name"
},
"cloud/roleInstance": {
"displayName": "Cloud role instance"
},
"customDimensions/_MS.ProcessedByMetricExtractors": {
"displayName": "_MS.ProcessedByMetricExtractors"
},
"customDimensions/DeveloperMode": {
"displayName": "DeveloperMode"
},
"pageView/name": {
"displayName": "View page name"
},
"pageView/urlPath": {
"displayName": "Page view URL path"
},
"pageView/urlHost": {
"displayName": "Page view URL host"
},
"pageView/performanceBucket": {
"displayName": "Performance"
},
"customDimensions/IbizaSessionId": {
"displayName": "IbizaSessionId"
},
"customDimensions/PartInstance": {
"displayName": "PartInstance"
},
"browserTiming/name": {
"displayName": "Name"
},
"browserTiming/urlHost": {
"displayName": "Url host"
},
"browserTiming/urlPath": {
"displayName": "Url path"
},
"browserTiming/performanceBucket": {
"displayName": "Performance Bucket"
},
"trace/severityLevel": {
"displayName": "Severity level"
},
"type": {
"displayName": "Telemetry type"
},
"customDimensions/AgentSession": {
"displayName": "AgentSession"
},
"customDimensions/AgentVersion": {
"displayName": "AgentVersion"
},
"customDimensions/MachineName": {
"displayName": "MachineName"
},
"customDimensions/RunningMode": {
"displayName": "RunningMode"
},
"customDimensions/Source": {
"displayName": "Source"
},
"customDimensions/AgentAssemblyVersion": {
"displayName": "AgentAssemblyVersion"
},
"customDimensions/AgentProcessSession": {
"displayName": "AgentProcessSession"
},
"customDimensions/HashedMachineName": {
"displayName": "HashedMachineName"
},
"customDimensions/DataCube": {
"displayName": "DataCube"
},
"dependency/target": {
"displayName": "Base name"
},
"dependency/type": {
"displayName": "Dependency type"
},
"dependency/name": {
"displayName": "Remote dependency name"
},
"dependency/success": {
"displayName": "Dependency call status"
},
"dependency/resultCode": {
"displayName": "Result code"
},
"dependency/performanceBucket": {
"displayName": "Performance"
},
"customDimensions/Container": {
"displayName": "Container"
},
"customDimensions/Blob": {
"displayName": "Blob"
},
"customDimensions/ErrorMessage": {
"displayName": "ErrorMessage"
},
"customEvent/name": {
"displayName": "Event name"
},
"customDimensions/EventName": {
"displayName": "EventName"
},
"customDimensions/Page Title": {
"displayName": "Page Title"
},
"customDimensions/ServiceProfilerContent": {
"displayName": "ServiceProfilerContent"
},
"customDimensions/ExecutingAssemblyFileVersion": {
"displayName": "ExecutingAssemblyFileVersion"
},
"customDimensions/ServiceProfilerVersion": {
"displayName": "ServiceProfilerVersion"
},
"customDimensions/ProcessId": {
"displayName": "ProcessId"
},
"customDimensions/RequestId": {
"displayName": "RequestId"
},
"customDimensions/RunningSession": {
"displayName": "RunningSession"
},
"customDimensions/ProblemId": {
"displayName": "ProblemId"
},
"customDimensions/SnapshotContext": {
"displayName": "SnapshotContext"
},
"customDimensions/SnapshotVersion": {
"displayName": "SnapshotVersion"
},
"customDimensions/Duration": {
"displayName": "Duration"
},
"customDimensions/SnapshotId": {
"displayName": "SnapshotId"
},
"customDimensions/StampId": {
"displayName": "StampId"
},
"customDimensions/DeOptimizationId": {
"displayName": "DeOptimizationId"
},
"customDimensions/Method": {
"displayName": "Method"
},
"customDimensions/parentProcessId": {
"displayName": "parentProcessId"
},
"customDimensions/Section": {
"displayName": "Section"
},
"customDimensions/Configuration": {
"displayName": "Configuration"
},
"customDimensions/dumpFolder": {
"displayName": "dumpFolder"
},
"customDimensions/Reason": {
"displayName": "Reason"
},
"customDimensions/ExtensionVersion": {
"displayName": "ExtensionVersion"
},
"customDimensions/SiteName": {
"displayName": "SiteName"
},
"availabilityResult/name": {
"displayName": "Test name"
},
"availabilityResult/location": {
"displayName": "Run location"
},
"availabilityResult/success": {
"displayName": "Test result"
},
"customDimensions/FullTestResultAvailable": {
"displayName": "FullTestResultAvailable"
},
"exception/problemId": {
"displayName": "Problem Id"
},
"exception/handledAt": {
"displayName": "Handled at"
},
"exception/type": {
"displayName": "Exception type"
},
"exception/assembly": {
"displayName": "Assembly"
},
"exception/method": {
"displayName": "Failed method"
},
"exception/severityLevel": {
"displayName": "Severity level"
},
"customDimensions/url": {
"displayName": "url"
},
"customDimensions/ai.snapshot.stampid": {
"displayName": "ai.snapshot.stampid"
},
"customDimensions/ai.snapshot.id": {
"displayName": "ai.snapshot.id"
},
"customDimensions/ai.snapshot.version": {
"displayName": "ai.snapshot.version"
},
"customDimensions/ai.snapshot.planid": {
"displayName": "ai.snapshot.planid"
},
"customDimensions/_MS.Example": {
"displayName": "_MS.Example"
},
"customDimensions/SA_OriginAppId": {
"displayName": "SA_OriginAppId"
},
"customDimensions/baseSdkTargetFramework": {
"displayName": "baseSdkTargetFramework"
},
"customDimensions/runtimeFramework": {
"displayName": "runtimeFramework"
},
"customDimensions/_MS.AggregationIntervalMs": {
"displayName": "_MS.AggregationIntervalMs"
},
"customDimensions/problemId": {
"displayName": "problemId"
},
"customDimensions/operationName": {
"displayName": "operationName"
},
"customDimensions/Request.Success": {
"displayName": "Request.Success"
},
"customDimensions/_MS.MetricId": {
"displayName": "_MS.MetricId"
},
"customDimensions/Dependency.Success": {
"displayName": "Dependency.Success"
},
"customDimensions/_MS.IsAutocollected": {
"displayName": "_MS.IsAutocollected"
},
"customDimensions/Dependency.Type": {
"displayName": "Dependency.Type"
},
"billing/telemetryItemSource": {
"displayName": "Telemetry item source"
},
"billing/telemetryItemType": {
"displayName": "Telemetry item type"
},
"performanceCounter/name": {
"displayName": "Name"
},
"performanceCounter/category": {
"displayName": "Category name"
},
"performanceCounter/counter": {
"displayName": "Counter"
},
"performanceCounter/instance": {
"displayName": "Instance name"
},
"customDimensions/CounterInstanceName": {
"displayName": "CounterInstanceName"
},
"customDimensions/CustomPerfCounter": {
"displayName": "CustomPerfCounter"
}
}
}
Definitionen
Name | Beschreibung |
---|---|
error |
Fehlerdetails. |
error |
Der Code und die Meldung für einen Fehler. |
error |
Fehlerdetails. |
errorDetail
Fehlerdetails.
Name | Typ | Beschreibung |
---|---|---|
additionalProperties |
object |
|
code |
string |
Der Fehlercode. |
message |
string |
Eine lesbare Fehlermeldung. |
resources |
string[] |
Gibt Ressourcen an, die für den Fehler verantwortlich waren. |
target |
string |
Gibt an, welche Eigenschaft in der Anforderung für den Fehler verantwortlich ist. |
value |
string |
Gibt an, welcher Wert in "target" für den Fehler verantwortlich ist. |
errorInfo
Der Code und die Meldung für einen Fehler.
Name | Typ | Beschreibung |
---|---|---|
additionalProperties |
object |
|
code |
string |
Ein computerlesbarer Fehlercode. |
details |
Fehlerdetails. |
|
innererror |
Der Code und die Meldung für einen Fehler. |
|
message |
string |
Eine lesbare Fehlermeldung. |
errorResponse
Fehlerdetails.
Name | Typ | Beschreibung |
---|---|---|
error |
Der Code und die Meldung für einen Fehler. |