Skip to content

Commit 3281524

Browse files
Add hdfs-operator#634 to the release notes of SDP 25.3 (#744)
1 parent 5b53280 commit 3281524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/partials/release-notes/release-25.3.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ See https://github.com/stackabletech/hive-operator/pull/578[hive-operator#578].
112112
See https://github.com/stackabletech/secret-operator/pull/566[secret-operator#566].
113113
* In 24.11 we used a custom build of jmx_exporter to resolve a https://github.com/stackabletech/issues/issues/649[performance degradation].
114114
In this release, Java products ship with the fixed upstream https://github.com/prometheus/jmx_exporter/releases/tag/1.1.0[jmx_exporter 1.1.0] which includes https://github.com/prometheus/jmx_exporter/pull/1009[the fix].
115+
* In 24.11, HDFS metrics suffixed with `+_total+`, `+_created+`, and `+_info+` were not exported by the jmx_exporter.
116+
With this release, metrics suffixed with `+_total+`, e.g. `+hadoop_namenode_files_total+`, are emitted again.
117+
Metrics originally suffixed with `+_created+` and `+_info+` are now suffixed with `+_created_+` and `+_info_+` to be OpenMetrics compliant.
118+
See https://github.com/stackabletech/hdfs-operator/issues/634[hdfs-operator#634].
115119

116120
==== Platform deprecations
117121

0 commit comments

Comments
 (0)