You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, the suffix _created of the metric hadoop_namenode_files_created is removed and the metric is named now hadoop_namenode_files. The suffix _total of the metric hadoop_namenode_files_total is also removed but as the metric hadoop_namenode_files already exists, it is discarded.
Possible solution
Update the JMX exporter rules to match the used JMX exporter version.
Affected Stackable version
24.7.0, 24.11.0
Affected Apache HDFS version
3.3.4, 3.3.6
Current and expected behavior
For instance, the suffix
_created
of the metrichadoop_namenode_files_created
is removed and the metric is named nowhadoop_namenode_files
. The suffix_total
of the metrichadoop_namenode_files_total
is also removed but as the metrichadoop_namenode_files
already exists, it is discarded.Possible solution
Update the JMX exporter rules to match the used JMX exporter version.
Additional context
The JMX exporter 1.0.1+ conforms with OpenMetrics (https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1) and removes reserved suffixes.
Environment
No response
Would you like to work on fixing this bug?
yes
Tasks
The text was updated successfully, but these errors were encountered: