Skip to content

Commit 0c74a61

Browse files
Add note about resource filters (#19843)
* add note about resource filters * Apply suggestions from code review Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com> --------- Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
1 parent f5532e4 commit 0c74a61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vsphere/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ files:
148148
resources do not have realtime metrics
149149
Note2: 'host' filters are ignored when collecting historical metrics as this resource does not have
150150
historical metrics
151+
Note3: If no filters are set for a resource type, all resources of that resource type are collected.
151152
152153
value:
153154
example:

vsphere/datadog_checks/vsphere/data/conf.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ instances:
173173
## resources do not have realtime metrics
174174
## Note2: 'host' filters are ignored when collecting historical metrics as this resource does not have
175175
## historical metrics
176+
## Note3: If no filters are set for a resource type, all resources of that resource type are collected.
176177
#
177178
# resource_filters:
178179
# - resource: vm

0 commit comments

Comments
 (0)