Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenTelemetry metrics are not getting sent #41606

Closed
1 of 2 tasks
nazarii-koblai opened this issue Aug 20, 2024 · 1 comment
Closed
1 of 2 tasks

OpenTelemetry metrics are not getting sent #41606

nazarii-koblai opened this issue Aug 20, 2024 · 1 comment
Labels
area:helm-chart Airflow Helm Chart kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet telemetry Telemetry-related issues

Comments

@nazarii-koblai
Copy link

nazarii-koblai commented Aug 20, 2024

Official Helm Chart version

1.15.0 (latest released)

Apache Airflow version

2.9.3

Kubernetes Version

1.28.9

Helm Chart configuration

config:
  metrics:
    otel_on: 'True'
    otel_host: opentelemetrycollector-service.observability
    otel_port: '4318'
    otel_prefix: 'airflow'
    otel_debugging_on: 'True'

Docker Image customizations

Yes, I did extend official airflow image with some additional dependencies and minor UI changes.

What happened

After applying values.yaml configuration I don't see any either logs about metrics or calls to the OTEL collector.

What you think should happen instead

Logs about metrics should be shown and those metrics should be sent to OTEL collector.

How to reproduce

Try to change airflow.cfg or use env variables to setup OpenTelemetry metrics.

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@nazarii-koblai nazarii-koblai added area:helm-chart Airflow Helm Chart kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels Aug 20, 2024
Copy link

boring-cyborg bot commented Aug 20, 2024

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@dosubot dosubot bot added the telemetry Telemetry-related issues label Aug 20, 2024
@nazarii-koblai nazarii-koblai closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:helm-chart Airflow Helm Chart kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet telemetry Telemetry-related issues
Projects
None yet
Development

No branches or pull requests

1 participant