I've deployed Airbyte to EKS and publishing metric...
# ask-ai
a
I've deployed Airbyte to EKS and publishing metrics to Prometheus using OpenTelemetry. I don't see metric tags related to the connection ID that ran, or any info about source/destination connectors. I don't see Workspace ID as well. What would be the best way to add these custom metric tags?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Airbyte documentation on collecting metrics](https://docs.airbyte.com/operator-guides/collecting-metrics) for more information on configuring metrics with OpenTelemetry. If you still have questions, consider reaching out to the Airbyte community on [Slack](https://airbytehq.slack.com) or [discuss.airbyte.io](https://discuss.airbyte.io) for further assistance.
a
@kapa.ai does Airbyte metrics emit tags related to connection details?
k
A message from kapa.ai
Yes, Airbyte metrics emit tags related to connection details. For example, metrics with
by_release_stage
in their name are tagged by connector release stage (alpha, beta, or GA). These tags allow you to filter by release stage. Alpha and beta connectors are less stable and have a higher failure rate than GA connectors, so filtering by those release stages can help you find failed jobs. Source: [Scaling Airbyte - Key Metrics](https://docs.airbyte.com/operator-guides/scaling-airbyte)