{
  "description": "This processor deletes span, log, and metric datapoint attributes that don't match a list of allowed attributes. It also masks attribute values that match a blocked value list. Attributes that aren't on the allowed list are removed before any value checks are done.",
  "display_name": "Redaction Processor",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-redactionprocessor",
  "name": "redactionprocessor",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "processor",
    "codeowners": {
      "active": [
        "dmitryax",
        "mx-psi",
        "TylerHelmuth",
        "iblancasa"
      ],
      "emeritus": [
        "leonsp-ai"
      ]
    },
    "distributions": [
      "contrib",
      "k8s"
    ],
    "stability": {
      "alpha": [
        "logs",
        "metrics"
      ],
      "beta": [
        "traces"
      ]
    }
  },
  "type": "processor"
}