Amazon X-Ray · JSON Structure

Xray Sampling Rule Record Structure

A SamplingRule and its metadata.

Type: object Properties: 3
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

SamplingRule CreatedAt ModifiedAt

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SamplingRule": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SamplingRule"
        },
        {
          "description": "The sampling rule."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "When the rule was created."
        }
      ]
    },
    "ModifiedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "When the rule was last modified."
        }
      ]
    }
  },
  "description": "A <a href=\"https://docs.aws.amazon.com/xray/latest/api/API_SamplingRule.html\">SamplingRule</a> and its metadata.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "SamplingRuleRecord",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-sampling-rule-record-structure.json"
}