New Relic · Example Payload

New Relic Crash Summary Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Crash Summary Response Example is an example object payload from New Relic, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

crash_countcrash_ratesupports_crash_dataunresolved_crash_count

Example Payload

Raw ↑
{
  "crash_count": 42,
  "crash_rate": 12.3,
  "supports_crash_data": true,
  "unresolved_crash_count": 42
}