Dynatrace · Example Payload

Metrics Api V2 Metric Descriptor Example

Example description.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Metrics Api V2 Metric Descriptor Example is an example object payload from Dynatrace, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metricIddisplayNamedescriptionunitdduBillablecreatedlastWrittenentityTypeaggregationTypesdimensionDefinitionstransformationsdefaultAggregation

Example Payload

Raw ↑
{
  "metricId": "abc123",
  "displayName": "Production Service",
  "description": "Example description.",
  "unit": "example-value",
  "dduBillable": true,
  "created": 500,
  "lastWritten": 500,
  "entityType": [
    "STANDARD"
  ],
  "aggregationTypes": [
    "min"
  ],
  "dimensionDefinitions": [
    {
      "key": "example-value",
      "name": "Production Service",
      "type": "STANDARD",
      "displayName": "Production Service"
    }
  ],
  "transformations": [
    "example-value"
  ],
  "defaultAggregation": "example-value"
}