New Relic · JSON Structure

Metric Api Metric Payload Structure

An array of metric data objects to be ingested

Type: array Properties: 0
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

MetricPayload is a JSON Structure definition published by New Relic. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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