Skip to content

Commit acf972f

Browse files
authored
Merge pull request #1820 from qahmed1998/QA-add-metrics-syndication
QA Add Enabling Metrics Syndication section
2 parents 6cb3c10 + f341cbb commit acf972f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

general_configuration/_topics/configuration.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,3 +3134,31 @@ You can enable inventory syndication in the `Advanced` settings:
31343134
```
31353135

31363136
6. Set the value for `syndicate_inventory` to `true`.
3137+
3138+
#### Enabling Metrics Syndication
3139+
3140+
You can enable metrics syndication in the `Advanced` settings:
3141+
3142+
1. From the menu, go to **Settings** > **Application Settings**.
3143+
3144+
2. Expand the **Settings** accordion. When you select the **Settings** accordion, you are automatically taken to the server list under **Zones**.
3145+
3146+
3. Select the zone where the EVM server is located and select the EVM server.
3147+
3148+
4. Click the **Advanced** tab.
3149+
3150+
You can click the **Advanced** tab at the zone level to set advanced configuration settings for the entire zone. Or, you can click on the server, and then click the **Advanced** tab to set advanced configuration settings at the server (appliance) level, which overrides zone-level settings.
3151+
3152+
5. Find the following configuration:
3153+
3154+
```yaml
3155+
:performance:
3156+
:host_overhead:
3157+
:memory: 2.01.percent
3158+
:cpu: 0.15.percent
3159+
:syndicate_metrics: false
3160+
```
3161+
3162+
6. Set the value for **:syndicate_metrics:** to `true`.
3163+
3164+
7. Use **C & U Collection Settings** to select the clusters and datastores that you want to collect usage data for.

0 commit comments

Comments
 (0)