Skip to content

Commit dad3121

Browse files
Merge pull request #233517 from mukesh-dua/main
Minor updates to metrics configuration page
2 parents 840ac52 + 3ae23a9 commit dad3121

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/operator-nexus/howto-cluster-metrics-configuration-management.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ms.custom: template-how-to
1414
When the user deploys a Cluster, a standard set of metrics are enabled for collection. For the list of metrics, see
1515
[List of Metrics Collected](List-of-metrics-collected.md).
1616

17-
Users can't control the behavior (enable or disable) for collection of these included standard metrics. Though, users can control the collection of some optional metrics that aren't part of the link in the list. To enable this experience, users will have to create and update a MetricsConfiguration resource for a cluster. By default, creation of this MetricsConfiguration resource doesn't change the collection of metrics. User will have to update the resource to enable or disable these optional metrics collection.
17+
Users can't control the behavior (enable or disable) for collection of these included standard metrics. Though, users can control the collection of some optional metrics that aren't part of the link to the list. To enable this experience, users will have to create and update a MetricsConfiguration resource for a cluster. By default, creation of this MetricsConfiguration resource doesn't change the collection of metrics. User will have to update the resource to enable or disable these optional metrics collection.
1818

1919
> [!NOTE]
20-
> * For a cluster, at max, only one MetricsConfiguration resource could be created.
20+
> * For a cluster, at max, only one MetricsConfiguration resource can be created.
2121
> * Users need to create a MetricsConfiguration resource to check a list of optional metrics that can be controlled.
2222
> * Deletion of the MetricsConfiguration resource will result in the standard set of metrics being restored.
2323
@@ -54,6 +54,9 @@ Example filename: create_metrics_configuration.json
5454
}
5555
```
5656

57+
> [!NOTE]
58+
> * The default metrics collection interval for standard set of metrics is set to every 5 minutes. Changing the `collectionInterval` will also impact the collection frequency for default standard metrics.
59+
5760
The following commands will create the metrics configuration. The only name allowed for the metricsConfiguration is `default`.
5861

5962
```sh

0 commit comments

Comments
 (0)