From 5f49487889327c46ce16e2d678f3eb3b00400090 Mon Sep 17 00:00:00 2001 From: rahulkaukuntla <144174402+rahulkaukuntla@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:20:26 -0400 Subject: [PATCH] fixing typo (#18927) --- vsphere/assets/configuration/spec.yaml | 2 +- vsphere/datadog_checks/vsphere/data/conf.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vsphere/assets/configuration/spec.yaml b/vsphere/assets/configuration/spec.yaml index 03028a59bfec8..130ce7efc5975 100644 --- a/vsphere/assets/configuration/spec.yaml +++ b/vsphere/assets/configuration/spec.yaml @@ -296,7 +296,7 @@ files: - 'datacenter' - 'cluster' - 'storage_pod' - - 'vcenter_object_manager' + - 'vstorage_object_manager' type: array display_default: ['vm', 'host'] items: diff --git a/vsphere/datadog_checks/vsphere/data/conf.yaml.example b/vsphere/datadog_checks/vsphere/data/conf.yaml.example index 0519484257e25..5c9dcd1ac0955 100644 --- a/vsphere/datadog_checks/vsphere/data/conf.yaml.example +++ b/vsphere/datadog_checks/vsphere/data/conf.yaml.example @@ -266,7 +266,7 @@ instances: # - datacenter # - cluster # - storage_pod - # - vcenter_object_manager + # - vstorage_object_manager ## @param include_events - list of mappings - optional ## The events that should be collected by the vSphere integration.