*: cut v2.2.0
This commit is contained in:
parent
60edc2b6d5
commit
6b9cbacf52
|
@ -1,8 +1,11 @@
|
||||||
## 2.2.0-rc.1 / 2018-02-21
|
## 2.2.0 / 2018-03-08
|
||||||
|
|
||||||
* [CHANGE] Rename file SD mtime metric.
|
* [CHANGE] Rename file SD mtime metric.
|
||||||
* [CHANGE] Send target update on empty pod IP in Kubernetes SD.
|
* [CHANGE] Send target update on empty pod IP in Kubernetes SD.
|
||||||
* [FEATURE] Add API endpoint for flags.
|
* [FEATURE] Add API endpoint for flags.
|
||||||
|
* [FEATURE] Add API endpoint for dropped targets.
|
||||||
|
* [FEATURE] Display annotations on alerts page.
|
||||||
|
* [FEATURE] Add option to skip head data when taking snapshots.
|
||||||
* [ENHANCEMENT] Federation performance improvement.
|
* [ENHANCEMENT] Federation performance improvement.
|
||||||
* [ENHANCEMENT] Read bearer token file on every scrape.
|
* [ENHANCEMENT] Read bearer token file on every scrape.
|
||||||
* [ENHANCEMENT] Improve typeahead on `/graph` page.
|
* [ENHANCEMENT] Improve typeahead on `/graph` page.
|
||||||
|
@ -10,6 +13,7 @@
|
||||||
* [ENHANCEMENT] Set consul server default to `localhost:8500`.
|
* [ENHANCEMENT] Set consul server default to `localhost:8500`.
|
||||||
* [ENHANCEMENT] Add dropped Alertmanagers to API info endpoint.
|
* [ENHANCEMENT] Add dropped Alertmanagers to API info endpoint.
|
||||||
* [ENHANCEMENT] Add OS type meta label to Azure SD.
|
* [ENHANCEMENT] Add OS type meta label to Azure SD.
|
||||||
|
* [ENHANCEMENT] Validate required fields in SD configuration.
|
||||||
* [BUGFIX] Prevent stack overflow on deep recursion in TSDB.
|
* [BUGFIX] Prevent stack overflow on deep recursion in TSDB.
|
||||||
* [BUGFIX] Correctly read offsets in index files that are greater than 4GB.
|
* [BUGFIX] Correctly read offsets in index files that are greater than 4GB.
|
||||||
* [BUGFIX] Fix scraping behavior for empty labels.
|
* [BUGFIX] Fix scraping behavior for empty labels.
|
||||||
|
|
Loading…
Reference in New Issue