Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about property metrics #18678

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ collect_per_instance_filters:

`disk` metrics are specific for each disk on the host, therefore these metrics need to be enabled using `collect_per_instance_filters` to be collected.

#### 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.
sarah-witt marked this conversation as resolved.
Show resolved Hide resolved

To enable property metrics, enable the following option:
sarah-witt marked this conversation as resolved.
Show resolved Hide resolved
```
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].
sarah-witt marked this conversation as resolved.
Show resolved Hide resolved


### Events

This check watches vCenter's Event Manager for events and emits them to Datadog. The check defaults to emit the following event types:
Expand Down
Loading