New Relic · Schema

MetricPayload

An array of metric data objects to be ingested

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform
View JSON Schema on GitHub

JSON Schema

metric-api-metric-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/metric-api-metric-payload-schema.json",
  "title": "MetricPayload",
  "description": "An array of metric data objects to be ingested",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/MetricDataObject"
  }
}