Amazon X-Ray · JSON Structure

Xray Sampling Rule Record List Structure

SamplingRuleRecordList schema from Amazon X-Ray API

Type: array Properties: 0
Application PerformanceDebuggingDistributed TracingMonitoringObservability

SamplingRuleRecordList is a JSON Structure definition published by Amazon X-Ray. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SamplingRuleRecord"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "SamplingRuleRecordList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-sampling-rule-record-list-structure.json",
  "description": "SamplingRuleRecordList schema from Amazon X-Ray API"
}