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: docs/src/deployment/observability/metrics.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Enabling metrics
52
52
Configuring a helm deployment to enable metrics
53
53
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
54
55
-
To enable metrics in a helm deployment, set the `metrics.enabled` value to `true` (default `false`) in the helm values. This will create a `ServiceMonitor` kubernetes custom resource. For this to work it would require that the Prometheus operator is installed in the cluster.
55
+
To enable metrics in a helm deployment, set the `metrics.enable` value to `true` (default `false`) in the helm values. This will create a `ServiceMonitor` kubernetes custom resource. For this to work it would require that the Prometheus operator is installed in the cluster.
56
56
57
57
Alternatively you can add prometheus scrape annotations to the charts that are configured to scrape port 10013.
58
58
@@ -77,7 +77,7 @@ See the :ref:`validator-metrics-reference` for the concrete set of metrics.
77
77
This trigger is disabled by default.
78
78
As per the information in :ref:`Adding ad-hoc configuration <configuration_ad_hoc>`,
0 commit comments