Skip to content

Commit 1effbaf

Browse files
ashbtmiller-msft
authored andcommitted
[AIRFLOW-XXX] Airflow 1.10.1 release notes in UPDATING.md
Simply adding a header in the right place, as through dumb luck we had the changes in the right order.
1 parent 4b67805 commit 1effbaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPDATING.md

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ To delete a user:
5757
airflow users --delete --username jondoe
5858
```
5959

60+
## Airflow 1.10.1
61+
6062
### StatsD Metrics
6163

6264
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

Comments
 (0)