Amazon X-Ray · Example Payload

Xray Sampling Target Document Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Sampling Target Document 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

RuleNameFixedRateReservoirQuotaReservoirQuotaTTLInterval

Example Payload

Raw ↑
{
  "RuleName": "Example Service",
  "FixedRate": "example-value",
  "ReservoirQuota": "example-value",
  "ReservoirQuotaTTL": "example-value",
  "Interval": "example-value"
}