aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.