New Relic · Schema

MetricPayload

An array of metric data objects to be ingested

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform
View JSON Schema on GitHub

JSON Schema

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