Skip to content

Commit

Permalink
update fields description
Browse files Browse the repository at this point in the history
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
  • Loading branch information
tetianakravchenko committed Jul 1, 2024
1 parent 8da750c commit 3916619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/fields.go

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

6 changes: 3 additions & 3 deletions metricbeat/module/kubernetes/pod/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
type: scaled_float
format: percent
description: >
CPU usage as a percentage of the defined cpu limits sum of the pod containers. If one or more containers of the pod is unlimited, this metric will be missing entirely.
CPU usage as a percentage of the defined cpu limits sum of the pod containers. If any container is missing a limit the metric is not emitted.
- name: memory
type: group
fields:
Expand All @@ -77,7 +77,7 @@
type: scaled_float
format: percent
description: >
Memory usage as a percentage of the defined memory limits sum of the pod containers. If one or more containers of the pod is unlimited, this metric will be missing entirely.
Memory usage as a percentage of the defined memory limits sum of the pod containers. If any container is missing a limit the metric is not emitted.
- name: available
type: group
fields:
Expand All @@ -98,7 +98,7 @@
type: scaled_float
format: percent
description: >
Working set memory usage as a percentage of the defined limits sum of the pod containers. If one or more containers of the pod is unlimited, this metric will be missing entirely.
Working set memory usage as a percentage of the defined limits sum of the pod containers. If any container is missing a limit the metric is not emitted.
- name: rss
type: group
fields:
Expand Down

0 comments on commit 3916619

Please sign in to comment.