NBardelot opened a new issue, #44643:
URL: https://github.com/apache/airflow/issues/44643

   ### Apache Airflow version
   
   2.10.3
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   When configuring a statsd prefix (with AIRFLOW__METRICS__STATSD_PREFIX for 
example), some metrics are not prefixed correctly and use the prefix "airflow" 
instead.
   
   Here is a list of such metrics in my case: 
   
   * `airflow.triggers.running.{triggerer pod name}`
   * `airflow.triggers.running`
   * `airflow.triggerer_heartbeat`
   * `airflow.serde.load_serializers`
   
   Those seem to be linked to PR #33320.
   
   ### What you think should happen instead?
   
   All metrics should implement the correct configured prefix.
   
   ### How to reproduce
   
   * Configure your Airflow instance to export statsd metrics and set a 
AIRFLOW__METRICS__STATSD_PREFIX=mytest
   * Enable a statsd-exporter sidecar
   * Run a dummy DAG to generate metrics
   * See that most metrics are correctly prefixed with "mytest" but some are 
prefixed with "airflow"
   
   ### Operating System
   
   Containerized (Kubernetes)
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to