Amazon X-Ray · Example Payload

Xray Sampling Statistic Summary Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Sampling Statistic Summary Example is an example object payload from Amazon X-Ray, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RuleNameTimestampRequestCountBorrowCountSampledCount

Example Payload

Raw ↑
{
  "RuleName": "Example Service",
  "Timestamp": "example-value",
  "RequestCount": "example-value",
  "BorrowCount": "example-value",
  "SampledCount": "example-value"
}