Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
  • Loading branch information
sarah-witt and drichards-87 committed Sep 26, 2024
1 parent bd11e42 commit 85b09cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ collect_per_instance_filters:

#### Collecting property metrics

The vSphere integration can also collect property-based metrics. These are configuration properties such as if a host is in maintenance mode or a cluster is configured with DRS.
The vSphere integration can also collect property-based metrics. These are configuration properties, such as if a host is in maintenance mode or a cluster is configured with DRS.

To enable property metrics, enable the following option:
To enable property metrics, configure the following option:
```
collect_property_metrics: true
```

Property metrics are prefixed by the resource name. For example, host property metrics metrics are prefixed with `vsphere.host.*` and VM property metrics are prefixed with `vsphere.vm.*`. View all the possible property metrics in the [metadata.csv][10].
Property metrics are prefixed by the resource name. For example, host property metrics metrics are prefixed with `vsphere.host.*`, and VM property metrics are prefixed with `vsphere.vm.*`. View all the possible property metrics in the [metadata.csv][10].


### Events
Expand Down

0 comments on commit 85b09cc

Please sign in to comment.