airbytehq / airbytehq/airbyte

Sync jobs metrics not being outputed

未关闭
#70,917 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area/platform autoteam community needs-triage team/compose team/platform-move type/bug
主要语言
Python
星标
22.1k
派生
5.3k
PR 合并指标
PR 指标待抓取

描述

### Helm Chart Version

1.8.5

### What step the error happened?

During the Sync

### Relevant information

Trying to get sync metrics to be output to open telemetry endpoint.

Tried this solution:

https://docs.airbyte.com/platform/operator-guides/open-telemetry

With this, the `OTEL_COLLECTOR_ENDPOINT` in the configmap is populated with the otel endpoint but the metrics are not shared to the grafana I'm using, probably due to being a paid feature:

```
global:
edition: enterprise # This is an enterprise-only feature
metrics:
enabled: true
otlp:
enabled: true
# The OpenTelemetry Collector endpoint Airbyte sends metrics to. You configure this endpoint outside of Airbyte as part of your OpenTelemetry deployment
# This endpoint also needs to end in the metrics ingestion endpoint. For OpenTelemetry Collector users, this is /v1/metrics.
# e.g. http://localhost:4318/v1/metrics
collectorEndpoint: "YOUR_ENDPOINT"
```

Tried other ways, like setting these variables directly to the worker pod and as a global.env_vars but these also didn't being the expected outcome.

Is there a way to make this work? Using OSS version deployed with helm in `v1.32.8-gke.1108000`

### Relevant log output

```shell

```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。