From 13959ead0b14d4441de845d0bbca5ec98810709b Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Wed, 22 Jan 2020 10:01:06 -0800 Subject: [PATCH] Starting to add inspec logging metric --- products/logging/inspec.yaml | 1 - products/monitoring/api.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/products/logging/inspec.yaml b/products/logging/inspec.yaml index 25b7a469fe86..2552f66fe9ca 100644 --- a/products/logging/inspec.yaml +++ b/products/logging/inspec.yaml @@ -13,7 +13,6 @@ --- !ruby/object:Provider::Inspec::Config overrides: !ruby/object:Overrides::ResourceOverrides - # Handwritten managed zone resources exist in inspec-gcp already Metric: !ruby/object:Overrides::Inspec::ResourceOverride exclude: true OrganizationLogSink: !ruby/object:Overrides::Inspec::ResourceOverride diff --git a/products/monitoring/api.yaml b/products/monitoring/api.yaml index 596a3a9eddb2..0e3c19a0eaa3 100644 --- a/products/monitoring/api.yaml +++ b/products/monitoring/api.yaml @@ -1110,4 +1110,4 @@ objects: required: true description: Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use - the labels "project_id", "instance_id", and "zone". + the labels "project_id", "instance_id", and "zone". \ No newline at end of file