{
  "description": "This receiver can receive telemetry data in [Faro format](https://github.com/grafana/faro) that adheres to the [Faro OpenAPI schema](https://github.com/grafana/faro/blob/main/spec/gen/faro.gen.yaml).",
  "display_name": "Faro Receiver",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-faroreceiver",
  "markdown_hash": "ec52920788df",
  "name": "faroreceiver",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "receiver",
    "codeowners": {
      "active": [
        "dehaansa",
        "rlankfo",
        "mar4uk"
      ]
    },
    "distributions": [
      "contrib"
    ],
    "stability": {
      "alpha": [
        "logs",
        "traces"
      ]
    }
  },
  "telemetry": {
    "metrics": {
      "faro.event.ingested": {
        "description": "Number of Faro events ingested.",
        "enabled": true,
        "stability": "development",
        "sum": {
          "monotonic": true,
          "value_type": "int"
        },
        "unit": "1"
      },
      "faro.exception.ingested": {
        "description": "Number of Faro exceptions ingested.",
        "enabled": true,
        "stability": "development",
        "sum": {
          "monotonic": true,
          "value_type": "int"
        },
        "unit": "1"
      },
      "faro.log.ingested": {
        "description": "Number of Faro logs ingested.",
        "enabled": true,
        "stability": "development",
        "sum": {
          "monotonic": true,
          "value_type": "int"
        },
        "unit": "1"
      },
      "faro.measurement.ingested": {
        "description": "Number of Faro measurements ingested.",
        "enabled": true,
        "stability": "development",
        "sum": {
          "monotonic": true,
          "value_type": "int"
        },
        "unit": "1"
      }
    }
  },
  "type": "receiver"
}