elastic / elastic/integrations
Choosing the right metric_type mapping and aggregator function for the Airflow dashboard's `scheduler.heartbeat` field in the context of TSDB.
Open
Integration:airflow
Stalled
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 209
Description
Previously, the sum aggregator function was used to display `scheduler.heartbeat` in the Airflow dashboard before TSDB integration. Although the sum aggregator isn't ideal for representing this field, it was switched to max to address visualization issues. This was done as sum, avg aggregators, etc., do not align well with counter fields.
It's required to update an appropriate aggregator to accurately represent this field in TSDB-enabled mode too.
Contributor guide
Assessment
This issue has not been assessed yet.