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
In addition to the annotation changes listed above, the following changes were made:
171
+
In addition to the annotation changes listed above, the following breaking changes were made:
170
172
171
-
* 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.
173
+
* *Breaking:* 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.
172
174
See https://github.com/stackabletech/hbase-operator/pull/701[hbase-operator#701].
173
-
* Apache Hadoop: The `metrics` Service previously exposed the JMX metrics via the `metrics` port.
175
+
* *Breaking:* Apache Hadoop: The `metrics` Service previously exposed the JMX metrics via the `metrics` port.
174
176
In this release, the JMX metrics have been moved to the `jmx-metrics` port.
175
177
The `metrics` port now instead exposes the native Prometheus metrics.
0 commit comments