{
  "description": "The Log DeDuplication Processor is used to deduplicate logs by detecting identical logs over a range of time and emitting a single log with the count of logs that were deduplicated.",
  "display_name": "Log DeDuplication Processor",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-logdedupprocessor",
  "markdown_hash": "c19ff96e2693",
  "name": "logdedupprocessor",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "processor",
    "codeowners": {
      "active": [
        "MikeGoldsmith"
      ],
      "emeritus": [
        "djaglowski"
      ]
    },
    "distributions": [
      "contrib",
      "k8s"
    ],
    "stability": {
      "alpha": [
        "logs"
      ]
    },
    "warnings": []
  },
  "telemetry": {
    "metrics": {
      "dedup_processor_aggregated_logs": {
        "description": "Number of log records that were aggregated together.",
        "enabled": true,
        "histogram": {
          "value_type": "int"
        },
        "stability": "development",
        "unit": "{records}"
      }
    }
  },
  "type": "processor"
}