Amazon X-Ray · Example Payload

Xray Sampling Rule Update Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Top-level fields

RuleNameRuleARNResourceARNPriorityFixedRateReservoirSizeHostServiceNameServiceTypeHTTPMethodURLPathAttributes

Example Payload

Raw ↑
{
  "RuleName": "Example Service",
  "RuleARN": "arn:aws:xray:us-east-1:123456789012:group/default",
  "ResourceARN": "arn:aws:xray:us-east-1:123456789012:group/default",
  "Priority": "example-value",
  "FixedRate": "example-value",
  "ReservoirSize": "example-value",
  "Host": "example-value",
  "ServiceName": "Example Service",
  "ServiceType": "AWS::Lambda::Function",
  "HTTPMethod": "example-value",
  "URLPath": "example-value",
  "Attributes": "example-value"
}