New Relic · Example Payload

Metric Api Metric Data Object Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Metric Api Metric Data Object Example is an example object payload from New Relic, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commonmetrics

Example Payload

Raw ↑
{
  "common": "example_string",
  "metrics": [
    {
      "name": "example-resource-01",
      "type": "gauge",
      "value": 42.5,
      "timestamp": 1718153645993,
      "interval.ms": 100,
      "attributes": {
        "customAttribute": "example_value"
      }
    }
  ]
}