Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/modules/integrate/pages/prometheus-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ By default, Management Center exposes two versions of metrics based on xref:{pag
* *Version 1 (V1) metrics* apply a basic transformation for compatibility with Prometheus:
** Convert `.` to `_`
** Add `hz_` prefix
* *Version 2 (V2) metrics (currently in BETA)* apply an advanced transformation for conformity with link:https://prometheus.io/docs/practices/naming/[Prometheus naming conventions]:
* *Version 2 (V2) metrics* apply an advanced transformation for conformity with link:https://prometheus.io/docs/practices/naming/[Prometheus naming conventions]:
** Use `snake_case`
** Add `hazelcast_` prefix
** Update metric names where appropriate
Expand Down Expand Up @@ -73,8 +73,6 @@ To change which set of metrics is exposed to Prometheus, update the `hazelcast.m

See xref:deploy-manage:system-properties.adoc[].

IMPORTANT: If you set the property to `V2`, Management Center will only expose the subset of metrics that have updated versions available.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we removing this? This is still the behavior


== Metrics list

The following table lists all V2 metrics with their V1 equivalents. The full xref:{page-latest-supported-hazelcast}@hazelcast::list-of-metrics.adoc[list of Hazelcast metrics] and descriptions is provided in the Hazelcast Platform documentation.
Expand Down
Loading