New Relic · Example Payload

New Relic Metric Common Block Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

timestampinterval.msattributes

Example Payload

Raw ↑
{
  "timestamp": 1718153645993,
  "interval.ms": 100,
  "attributes": {
    "customAttribute": "example_value"
  }
}