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
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.11.adoc
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,14 +117,38 @@ This includes 2 critical and 18 high-severity CVEs.
117
117
118
118
This release includes various improvements in regards to metrics collection and exposition.
119
119
Previously, some operators did not expose Prometheus annotations containing the HTTP(S) scheme or the metrics path and port.
120
-
These annotations are now available which allows custom relabel configs in Prometheus to scrape the metric endpoints.
121
-
122
-
* Apache HBase: The `prometheus.io/scrape` label is now only available on the `metrics` Service (instead of the `headless` service), which uses `metrics` as the port name instead of the previous `ui-http`/`ui-https` port name.
120
+
These annotations are now available which allows custom relabel configs in Prometheus to scrape the metric endpoints:
In addition to the annotation changes listed above, the following changes were made:
134
+
135
+
* Apache HBase: The `prometheus.io/scrape` label is now only available on the `metrics` Service (instead of the `headless` Service), which uses `metrics` as the port name instead of the previous `ui-http`/`ui-https` port name.
123
136
See https://github.com/stackabletech/hbase-operator/pull/701[hbase-operator#701].
124
-
* Apache Airflow: The operator now adds the appropriate Prometheus annotations.
125
-
See https://github.com/stackabletech/airflow-operator/pull/698[airflow-operator#698].
126
-
* Apache Druid: The operator now adds the appropriate Prometheus annotations.
127
-
See https://github.com/stackabletech/druid-operator/pull/761[airflow-operator#761].
137
+
* Apache Hadoop: The `metrics` Service previously exposed the JMX metrics via the `metrics` port.
138
+
In this release, the JMX metrics have been moved to the `jmx-metrics` port.
139
+
The `metrics` port now instead exposes the native Prometheus metrics.
140
+
+
141
+
--
142
+
[WARNING]
143
+
====
144
+
Care needs to be taken because the metrics format changed.
145
+
====
146
+
147
+
See https://github.com/stackabletech/hdfs-operator/pull/721[hdfs-operator#721].
148
+
--
149
+
150
+
* Apache Kafka: Additionally, the `<cluster>-<role>-<rolegroup>` Service was replaced with `<cluster>-<role>-<rolegroup>-headless` and `<cluster>-<role>-<rolegroup>-metrics` Services.
151
+
See https://github.com/stackabletech/kafka-operator/pull/897[kafka-operator#897].
0 commit comments