New Relic · Example Payload

New Relic Mobile Summary Data Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

active_userscalls_per_sessionfailed_call_rateinteraction_timelaunch_countremote_error_rateresponse_timethroughput

Example Payload

Raw ↑
{
  "active_users": 100,
  "calls_per_session": 42.5,
  "failed_call_rate": 12.3,
  "interaction_time": 42.5,
  "launch_count": 42,
  "remote_error_rate": 12.3,
  "response_time": 42.5,
  "throughput": 42.5
}