Skip to content

Commit

Permalink
[7.x](backport #28368) [Metricbeat] gcp.gke: uniform metric's fields (#…
Browse files Browse the repository at this point in the history
…28433)

Co-authored-by: endorama <[email protected]>
  • Loading branch information
mergify[bot] and endorama authored Oct 14, 2021
1 parent 4a5dd6d commit f441b50
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 183 deletions.
15 changes: 0 additions & 15 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27967,8 +27967,6 @@ type: long
`gke` contains the metrics that we scraped from GCP Stackdriver API containing monitoring metrics for GCP GKE




*`gcp.gke.container.cpu.core_usage_time.value`*::
+
--
Expand Down Expand Up @@ -28014,7 +28012,6 @@ type: double

--


*`gcp.gke.container.ephemeral_storage.limit_bytes.value`*::
+
--
Expand Down Expand Up @@ -28042,7 +28039,6 @@ type: long

--


*`gcp.gke.container.memory.limit_bytes.value`*::
+
--
Expand Down Expand Up @@ -28115,8 +28111,6 @@ type: double

--



*`gcp.gke.node.cpu.allocatable_cores.value`*::
+
--
Expand Down Expand Up @@ -28153,7 +28147,6 @@ type: double

--


*`gcp.gke.node.ephemeral_storage.allocatable_bytes.value`*::
+
--
Expand Down Expand Up @@ -28199,7 +28192,6 @@ type: long

--


*`gcp.gke.node.memory.allocatable_bytes.value`*::
+
--
Expand Down Expand Up @@ -28236,7 +28228,6 @@ type: long

--


*`gcp.gke.node.network.received_bytes_count.value`*::
+
--
Expand Down Expand Up @@ -28273,8 +28264,6 @@ type: long

--



*`gcp.gke.node_daemon.cpu.core_usage_time.value`*::
+
--
Expand All @@ -28284,7 +28273,6 @@ type: double

--


*`gcp.gke.node_daemon.memory.used_bytes.value`*::
+
--
Expand All @@ -28294,8 +28282,6 @@ type: long

--



*`gcp.gke.pod.network.received_bytes_count.value`*::
+
--
Expand All @@ -28314,7 +28300,6 @@ type: long

--


*`gcp.gke.pod.volume.total_bytes.value`*::
+
--
Expand Down
3 changes: 3 additions & 0 deletions x-pack/metricbeat/module/gcp/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- name: system.*
type: object
object_type: keyword
- name: resource.*
type: object
object_type: keyword
- name: "metrics.*.*.*.*"
type: object
object_type: double
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/gcp/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f441b50

Please sign in to comment.