Skip to content

Metrics with specific suffixes are renamed or not exported at all #634

Closed
stackabletech/docker-images
#962
@siegfriedweber

Description

@siegfriedweber

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 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.

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

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions