You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPDATING.md
+2
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ To delete a user:
57
57
airflow users --delete --username jondoe
58
58
```
59
59
60
+
## Airflow 1.10.1
61
+
60
62
### StatsD Metrics
61
63
62
64
The `scheduler_heartbeat` metric has been changed from a gauge to a counter. Each loop of the scheduler will increment the counter by 1. This provides a higher degree of visibility and allows for better integration with Prometheus using the [StatsD Exporter](https://github.com/prometheus/statsd_exporter). Scheduler upness can be determined by graphing and alerting using a rate. If the scheduler goes down, the rate will drop to 0.
0 commit comments