Carolina Buckler
06/27/2023, 2:58 PMkapa.ai
06/27/2023, 2:58 PMkapa.ai
06/27/2023, 2:59 PMMETRIC_CLIENT field in the .env file and deploy a container/pod called metrics-reporter. Here's an example of how to set up the `metrics-reporter`: airbyte-metrics: image: airbyte/metrics-reporter:${VERSION} container_name: airbyte-metrics environment: - METRIC_CLIENT=${METRIC_CLIENT} - OTEL_COLLECTOR_ENDPOINT=${OTEL_COLLECTOR_ENDPOINT} For more details on setting up Datadog or Open Telemetry, you can refer to the [Datadog](https://docs.airbyte.com/operator-guides/collecting-metrics#datadog) and [Open Telemetry](https://docs.airbyte.com/operator-guides/collecting-metrics#open-telemetry) sections in the documentation.