Skip to content

Commit

Permalink
fix: modify namespace yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <[email protected]>
  • Loading branch information
stat-kwon committed May 10, 2024
1 parent 0abec65 commit b86e1d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
metric_id: metric-gcp-computeengine-instance-count
metric_id: metric-gcp-ce-instance-count
name: Instance Count
metric_type: GAUGE
resource_type: inventory.CloudService:google_cloud.ComputeEngine.Instance
Expand Down Expand Up @@ -31,5 +31,5 @@ query_options:
value:
operator: count
unit: Count
namespace_id: ns-gcp-computeengine-instance
namespace_id: ns-gcp-ce-instance
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
metric_id: metric-gcp-computeengine-instance-memory-size
metric_id: metric-gcp-ce-instance-memory-size
name: Memory Size
metric_type: GAUGE
resource_type: inventory.CloudService:google_cloud.ComputeEngine.Instance
Expand Down Expand Up @@ -28,5 +28,5 @@ query_options:
key: data.hardware.memory
operator: sum
unit: GB
namespace_id: ns-gcp-computeengine-instance
namespace_id: ns-gcp-ce-instance
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-gcp-computeengine-instance
namespace_id: ns-gcp-ce-instance
name: ComputeEngine/Instance
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
metric_id: metric-gcp-computeengine-instance-vcpu-count
metric_id: metric-gcp-ce-instance-vcpu-count
name: vCPU Count
metric_type: GAUGE
resource_type: inventory.CloudService:google_cloud.ComputeEngine.Instance
Expand Down Expand Up @@ -28,5 +28,5 @@ query_options:
key: data.hardware.core
operator: sum
unit: Core
namespace_id: ns-gcp-computeengine-instance
namespace_id: ns-gcp-ce-instance
version: '1.0'

0 comments on commit b86e1d4

Please sign in to comment.