New Relic · Example Payload

New Relic Log Log Data Object Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Log Log 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

commonlogs

Example Payload

Raw ↑
{
  "common": {
    "timestamp": 1718153645993,
    "attributes": {
      "customAttribute": "example_value"
    }
  },
  "logs": [
    {
      "timestamp": 1718153645993,
      "message": "Operation completed successfully",
      "level": "FATAL",
      "logtype": "standard",
      "attributes": {
        "customAttribute": "example_value"
      }
    }
  ]
}