Dynatrace · Schema

MetricSeries

A single time series representing metric values for a specific combination of dimension values over a time range.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
dimensionMap object A map of dimension names to their values for this specific series. For example, {"host": "web-01", "environment": "production"}.
dimensions array An ordered list of dimension values corresponding to the metric's dimension definitions.
timestamps array Unix timestamps in milliseconds for each data point in the series. Aligns one-to-one with the values array.
values array Metric values corresponding to each timestamp. A null value indicates no data was recorded for that time slot (gap in the data).
View JSON Schema on GitHub