New Relic · Example Payload

Metric Api Metric Data Point Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

nametypevaluetimestampinterval.msattributes

Example Payload

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