apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.15k stars 14.32k forks source link

Airflow Metrics not showing up in StatsD explorer #22899

Closed DibyoGit closed 2 years ago

DibyoGit commented 2 years ago

Apache Airflow version

2.1.0

What happened

We are running the Airflow via docker-compose, connecting to a MySQL host. It hs Statd Exporter config in it but we can not see ny airflow metrics in the StatsD metrics

What you think should happen instead

StatsD metrics should have shown airlfow scheduler, web metrics

How to reproduce

Run docker compsoe fil by docker compsoe up and access statsd metrics in IP:9123 url and search for airflow metrics

Operating System

Oracle Linux 7

Versions of Apache Airflow Providers

No response

Deployment

Docker-Compose

Deployment details

Sharing the docker-compose:

version: '3' x-airflow-common: &airflow-common image: apache/airflow:2.1.0 environment:

services: airflow-init: << : *airflow-common container_name: airflow-init entrypoint: /bin/bash command:

Anything else

No response

Are you willing to submit PR?

Code of Conduct

boring-cyborg[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!