prometheus_collectors_compat (prometheus v6.0.0)
View Source
This module is deprecated. Kept for compatibility and scheduled to be removed on the next major.
Compatibility with previous collector metric names.
Up to version 6.0, some default collector metrics did not have promtool
compliant names.
The issue was fixed in version 6.0. This module is a compatibility layer for the old names.
It is disabled by default, to configure you need to set
{prometheus, [
{collectors_compat, true}
]}
This will be supported only for one major version.