Skip to content

Commit 556ac96

Browse files
authored
fix docs typos (#3462)
1 parent 07a0402 commit 556ac96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/deployment/observability/metrics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Enabling metrics
5252
Configuring a helm deployment to enable metrics
5353
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5454

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.
5656

5757
Alternatively you can add prometheus scrape annotations to the charts that are configured to scrape port 10013.
5858

@@ -77,7 +77,7 @@ See the :ref:`validator-metrics-reference` for the concrete set of metrics.
7777
This trigger is disabled by default.
7878
As per the information in :ref:`Adding ad-hoc configuration <configuration_ad_hoc>`,
7979
add an environment variable
80-
``ADDITIONAL_CONFIG_TOPOLOGY_METRICS_EXPORT=canton.validator-apps.validator.automation.topology-metrics-polling-interval = 5m``
80+
``ADDITIONAL_CONFIG_TOPOLOGY_METRICS_EXPORT=canton.validator-apps.validator_backend.automation.topology-metrics-polling-interval = 5m``
8181
to enable the trigger with a polling interval of 5 minutes.
8282

8383

0 commit comments

Comments
 (0)