Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

0.5.4 - 2019-03-05

  • Move Metrics to Admin View

0.5.3 - 2019-01-11

  • Fix import error for dummy operator #39 by @msumit
  • Fix requirements.txt issue #41 by @slash-cyberpunk

0.5.2 - 2018-12-10

  • Fix for negative values with MySQL backend by @ebartels

0.5.1 - 2018-11-28

  • Fix #36: Exporter fails with Sqlite DB used in development environment by @ryan-carlson

0.5 - 2018-11-23

  • Fix #28: Add support to show prometheus metrics when rbac is enabled in airflow by @phani8996
  • Fix #34: fix run 1.8 and 1.9 by @cleverCat

0.4.4 - 2018-11-21

  • Fix #29: fix run with mysql by @cleverCat

0.4.3 - 2018-11-21

  • Fix #23: Airflow database CPU usage by @cleverCat

0.4.2 - 2018-11-19

  • Fix #13: Added test script and travis file by @hydrosquall
  • Fix #13: fix run test in travis @cleverCat

0.4.1 - 2018-11-13

  • Fix #24: Unsupported mime-type by @szyn

0.4 - 2018-10-15

  • Fix #14: Airflow 1.10 compatibility by @jmcarp
  • Fix #16: Exception during scrape

0.3 - 2018-09-12

  • #11: Added metric for duration of DagRuns by @hydrosquall

0.2 - 2018-09-10 more labels

Added:

  • owner label in metrics dag_status and task_status
  • explicit 0 metric for each state in dag_status

0.1 - 2018-08-07 initial release