AWS X-Ray · JSON Structure

X Ray Samplingrule Structure

Type: object Properties: 0
DebuggingDistributed TracingMicroservicesObservability

X Ray Samplingrule Structure is a JSON Structure definition published by AWS 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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "SamplingRule",
  "type": "object",
  "fields": [
    {
      "name": "RuleName",
      "type": "string"
    },
    {
      "name": "RuleARN",
      "type": "string"
    },
    {
      "name": "ResourceARN",
      "type": "string"
    },
    {
      "name": "Priority",
      "type": "int64"
    },
    {
      "name": "FixedRate",
      "type": "double"
    },
    {
      "name": "ReservoirSize",
      "type": "int64"
    },
    {
      "name": "ServiceName",
      "type": "string"
    },
    {
      "name": "ServiceType",
      "type": "string"
    },
    {
      "name": "Host",
      "type": "string"
    },
    {
      "name": "HTTPMethod",
      "type": "string"
    },
    {
      "name": "URLPath",
      "type": "string"
    },
    {
      "name": "Version",
      "type": "int64"
    },
    {
      "name": "Attributes",
      "type": "object"
    }
  ]
}