Jeoffreybauvin opened a new issue, #36188: URL: https://github.com/apache/airflow/issues/36188
### What do you see as an issue? I wasn't sure if it's a doc issue or a code issue. For me, dag_processing.processes should be considered as a gauge, not a counter, due to negative values. `statsd | ts=2023-12-12T15:55:25.099Z caller=exporter.go:126 level=debug msg="counter must be non-negative value" metric=airflow_dag_processing_processes event_value=-1` ### Solving the problem Define dag_processing.processes as a gauge. ### 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]
