airflow icon indicating copy to clipboard operation
airflow copied to clipboard

[WIP]Add statsd exporting to edge worker

Open majorosdonat opened this issue 1 year ago • 0 comments

In order to create metrics in grafana for the edge worker, we want to use statsd to send the data to the prometheus database. Therefore we do this export in the set_state method which is executed on every heartbeat


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

majorosdonat avatar Oct 18 '24 14:10 majorosdonat