{
  "attributes": {
    "decision": {
      "description": "The sampling decision",
      "enum": [
        "dropped",
        "not_sampled",
        "sampled"
      ],
      "type": "string"
    },
    "policy": {
      "description": "Name of the policy",
      "type": "string"
    },
    "sampled": {
      "description": "Whether the sampling decision was sampled or not, false can mean either not sampled or dropped",
      "type": "bool"
    }
  },
  "description": null,
  "display_name": "Tail Sampling Processor",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-tailsamplingprocessor",
  "name": "tailsamplingprocessor",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "processor",
    "codeowners": {
      "active": [
        "portertech",
        "jmacd",
        "csmarchbanks",
        "carsonip"
      ],
      "emeritus": [
        "jpkrohling",
        "Logiraptor"
      ],
      "seeking_new": true
    },
    "distributions": [
      "contrib",
      "k8s"
    ],
    "stability": {
      "beta": [
        "traces"
      ]
    }
  },
  "type": "processor"
}