New Relic · Example Payload

New Relic Metric Metric Data Object Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Metric 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": {
    "timestamp": 1718153645993,
    "interval.ms": 100,
    "attributes": {
      "customAttribute": "example_value"
    }
  },
  "metrics": [
    {
      "name": "example-resource-01",
      "type": "gauge",
      "value": 42.5,
      "timestamp": 1718153645993,
      "interval.ms": 100,
      "attributes": {
        "customAttribute": "example_value"
      }
    }
  ]
}