Skip to content

Commit

Permalink
Extend kubernetes.node.network.* metrics documentation regarding de…
Browse files Browse the repository at this point in the history
…fault interface (#30826)

* extend kubernetes.node.network.* metrics documentation regarding default interface

Signed-off-by: Tetiana Kravchenko <[email protected]>

* extend kubernetes.node.network.* metrics documentation regarding default interface

Signed-off-by: Tetiana Kravchenko <[email protected]>

* add pr number

Signed-off-by: Tetiana Kravchenko <[email protected]>

* add pr number

Signed-off-by: Tetiana Kravchenko <[email protected]>
  • Loading branch information
tetianakravchenko authored Mar 16, 2022
1 parent 1cb6081 commit 8e2c36d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...main[Check the HEAD dif
- Extend documentation about `orchestrator.cluster` fields {pull}30518[30518]
- Fix overflow in `iostat` metrics {pull}30679[30679]
- Add `commandstats` field to Redis module {pull}29662[29662]

- Extend documentation about `kubernetes.node.network.*` fields {pull}30826[30826]

*Packetbeat*

Expand Down
8 changes: 4 additions & 4 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43535,7 +43535,7 @@ type: double
*`kubernetes.node.network.rx.bytes`*::
+
--
Received bytes
Received bytes on the default interface. If default interface is not defined, will be reported not correct value `0`


type: double
Expand All @@ -43547,7 +43547,7 @@ format: bytes
*`kubernetes.node.network.rx.errors`*::
+
--
Rx errors
Rx errors on the default interface. If default interface is not defined, will be reported not correct value `0`


type: double
Expand All @@ -43558,7 +43558,7 @@ type: double
*`kubernetes.node.network.tx.bytes`*::
+
--
Transmitted bytes
Transmitted bytes on the default interface. If default interface is not defined, will be reported not correct value `0`


type: double
Expand All @@ -43570,7 +43570,7 @@ format: bytes
*`kubernetes.node.network.tx.errors`*::
+
--
Tx errors
Tx errors on the default interface. If default interface is not defined, will be reported not correct value `0`


type: double
Expand Down
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.

8 changes: 4 additions & 4 deletions metricbeat/module/kubernetes/node/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@
type: double
format: bytes
description: >
Received bytes
Received bytes on the default interface. If default interface is not defined, will be reported not correct value `0`
- name: errors
type: double
description: >
Rx errors
Rx errors on the default interface. If default interface is not defined, will be reported not correct value `0`
- name: tx
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Transmitted bytes
Transmitted bytes on the default interface. If default interface is not defined, will be reported not correct value `0`
- name: errors
type: double
description: >
Tx errors
Tx errors on the default interface. If default interface is not defined, will be reported not correct value `0`
- name: fs
type: group
fields:
Expand Down

0 comments on commit 8e2c36d

Please sign in to comment.