{
  "attributes": {
    "otelcol.signal": {
      "description": "The signal type the telemetry metric is associated with",
      "enum": [
        "logs",
        "metrics",
        "profiles",
        "traces"
      ],
      "type": "string"
    },
    "pod_identifier": {
      "description": "The source(s) used to identify the pod, formatted as 'from/name' (e.g., 'connection', 'resource_attribute/k8s.pod.ip'). Does not contain actual identifier values to avoid high cardinality.",
      "type": "string"
    },
    "status": {
      "description": "The status of the pod association operation",
      "enum": [
        "error",
        "success"
      ],
      "type": "string"
    }
  },
  "description": "The Kubernetes Attributes Processor allows adding k8s metadata to resource attributes for spans, metrics and logs.",
  "display_name": "Kubernetes Attributes Processor",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-k8sattributesprocessor",
  "name": "k8sattributesprocessor",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "processor",
    "codeowners": {
      "active": [
        "dmitryax",
        "TylerHelmuth",
        "ChrsMark",
        "odubajDT"
      ],
      "emeritus": [
        "rmfitzpatrick",
        "fatsheep9146"
      ]
    },
    "distributions": [
      "contrib",
      "k8s"
    ],
    "stability": {
      "beta": [
        "logs",
        "metrics",
        "traces"
      ],
      "development": [
        "profiles"
      ]
    }
  },
  "type": "processor"
}