Emily Shih
02/10/2025, 11:39 PMkapa.ai
02/10/2025, 11:40 PMPUBLISH_METRICS
should be set to "true" - METRIC_CLIENT
should be set to "otel" - OTEL_COLLECTOR_ENDPOINT
should be set to the URL of your OTEL collector 2. The OTEL_COLLECTOR_ENDPOINT
must be a valid URL starting with "http://" or "https://". For example: OTEL_COLLECTOR_ENDPOINT="<http://otel-collector:4317>"
3. These environment variables need to be set for various Airbyte services, including airbyte-server
, airbyte-worker
, airbyte-cron
, and airbyte-connector-builder-server
. 4. Airbyte needs network access to reach the OTEL collector at the specified endpoint. While this doesn't directly answer the question about specific permissions, it provides the basic configuration requirements for Airbyte to send metrics to an OTEL collector. The actual permissions required would depend on your specific OTEL collector setup and network configuration. Sources: [Github Issue: [metric-reporter] OTEL collector fails with Invalid endpoint](https://github.com/airbytehq/airbyte/issues/36045) [Documentation: Configuring Airbyte](https://docs.airbyte.com/operator-guides/configuring-airbyte#monitoring)