Skip to content

Commit

Permalink
fix names, use close
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Nov 27, 2023
1 parent 8dc1155 commit 97433f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
12 changes: 6 additions & 6 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62299,12 +62299,12 @@ Network-specific metrics


[float]
=== incoming
=== inbound

Incoming network counters


*`system.process.network.incoming.tcp`*::
*`system.process.network.inbound.tcp`*::
+
--
total bytes received over TCP
Expand All @@ -62313,7 +62313,7 @@ type: long

--

*`system.process.network.incoming.udp`*::
*`system.process.network.inbound.udp`*::
+
--
total bytes received over UDP
Expand All @@ -62323,12 +62323,12 @@ type: long
--

[float]
=== outgoing
=== outbound

Outgoing network counters


*`system.process.network.outgoing.tcp`*::
*`system.process.network.outbound.tcp`*::
+
--
total bytes received over TCP
Expand All @@ -62337,7 +62337,7 @@ type: long

--

*`system.process.network.outgoing.udp`*::
*`system.process.network.outbound.udp`*::
+
--
total bytes received over UDP
Expand Down
Loading

0 comments on commit 97433f0

Please sign in to comment.