aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-05-15 16:13:40 +0200
committerGitHub <noreply@github.com>2018-05-15 16:13:40 +0200
commite48b0e9c6a17485fec454d3ba535d45c7d83582d (patch)
treebc1d88e440caa188894ca48f12f28e63ec4add73 /CHANGELOG.md
parentdd98a09bb27b4eca4fd8c67189afbb5e0d8b2920 (diff)
parentc5a74ce1a16e584481a5bc519c289e54de745cea (diff)
downloadprometheus_node_collector-e48b0e9c6a17485fec454d3ba535d45c7d83582d.tar.bz2
prometheus_node_collector-e48b0e9c6a17485fec454d3ba535d45c7d83582d.tar.xz
prometheus_node_collector-e48b0e9c6a17485fec454d3ba535d45c7d83582d.zip
Merge pull request #942 from prometheus/superq/0.16-doc
Document upgrade options for v0.16.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd2e29a..549fd46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@ This release contains major breaking changes to metric names. Many metrics have
16* Many counter metrics have been renamed to include `_total`. 16* Many counter metrics have been renamed to include `_total`.
17* Many metrics have been renamed/modified to include base units, for example `node_cpu` is now `node_cpu_seconds_total`. 17* Many metrics have been renamed/modified to include base units, for example `node_cpu` is now `node_cpu_seconds_total`.
18 18
19In order to help with backwards compatibility, a `metric_relabel_config` is being worked on to allow for easier transition of metric names. See: https://github.com/prometheus/node_exporter/issues/830 19In order to help with the transition we have an [upgrade guide](docs/V0_16_UPGRADE_GUIDE.md).
20 20
21Other breaking changes: 21Other breaking changes:
22* The megacli collector has been removed, is now replaced by the storcli.py textfile helper. 22* The megacli collector has been removed, is now replaced by the storcli.py textfile helper.