Skip to content

Commit

Permalink
fix: modify namespace yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
stat-kwon committed May 10, 2024
1 parent ae3e116 commit 0abec65
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-bigquery-sqlworkspace
namespace_id: ns-gcp-bigquery-sqlworkspace
name: BigQuery/SQLWorkspace
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-cloudfunctions-function
namespace_id: ns-gcp-cloudfunctions-function
name: CloudFunctions/Function
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-cloudsql-instance
namespace_id: ns-gcp-cloudsql-instance
name: CloudSQL/Instance
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-cloudstorage-bucket
namespace_id: ns-gcp-cloudstorage-bucket
name: CloudStorage/Bucket
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
metric_id: metric-google-cloud-computeengine-instance-count
metric_id: metric-gcp-computeengine-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-google-cloud-computeengine-instance
namespace_id: ns-gcp-computeengine-instance
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
metric_id: metric-google-cloud-computeengine-instance-memory-size
metric_id: metric-gcp-computeengine-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-google-cloud-computeengine-instance
namespace_id: ns-gcp-computeengine-instance
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-computeengine-instance
namespace_id: ns-gcp-computeengine-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-google-cloud-computeengine-instance-vcpu-count
metric_id: metric-gcp-computeengine-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-google-cloud-computeengine-instance
namespace_id: ns-gcp-computeengine-instance
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-networking-externalipaddress
namespace_id: ns-gcp-networking-eip
name: Networking/ExternalIPAddress
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-networking-firewall
namespace_id: ns-gcp-networking-firewall
name: Networking/Firewall
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-networking-loadbalancing
namespace_id: ns-gcp-networking-loadbalancing
name: Networking/LoadBalancing
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-networking-route
namespace_id: ns-gcp-networking-route
name: Networking/Route
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-networking-vpcnetwork
namespace_id: ns-gcp-networking-vpcnetwork
name: Networking/VPCNetwork
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-pubsub-schema
namespace_id: ns-gcp-pubsub-schema
name: PubSub/Schema
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-pubsub-snapshot
namespace_id: ns-gcp-pubsub-snapshot
name: PubSub/Snapshot
category: ASSET
provider: google_cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-pubsub-subscription
namespace_id: ns-gcp-pubsub-subscription
name: PubSub/Subscription
category: ASSET
provider: google_cloud
Expand Down
2 changes: 1 addition & 1 deletion src/spaceone/inventory/metrics/PubSub/Topic/namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace_id: ns-google-cloud-pubsub-topic
namespace_id: ns-gcp-pubsub-topic
name: PubSub/Topic
category: ASSET
provider: google_cloud
Expand Down

0 comments on commit 0abec65

Please sign in to comment.