Dynatrace · Schema

MetricData

The result of a metric query, containing time-series data for each requested metric and dimension combination.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
resolution string The resolution of the data points in the response. For example, 1h means each data point represents one hour of data.
nextPageKey string The cursor for the next page of results if the response is paginated. Null if all results are returned.
totalCount integer The total number of data series in the result.
result array The list of metric series collections, one per metric key matched by the selector.
View JSON Schema on GitHub