Skip to content

Commit

Permalink
chore(host_metrics): update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <[email protected]>
  • Loading branch information
aryan9600 committed Dec 23, 2024
1 parent 26425ec commit 3b2563a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions changelog.d/21972-add-tcp-collector-host-metrics.feature.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
The `host_metrics` source has a new collector, `tcp`. The `tcp`
collector exposes three metrics related to the TCP stack of the
system:
* `tcp_connections_total`: The total number of TCP connections. It
includes the `state` of the connection as a tag.
* `tcp_tx_queued_bytes_total`: The sum of the number of bytes in the
send queue across all connections.
* `tcp_rx_queued_bytes_total`: The sum of the number of bytes in the
receive queue across all connections.
The `network` collector in the `host_metrics` source has been
updated to expose three metrics about the TCP stack of the system:
* `network_tcp_connections_total`: The total number of TCP
connections. It includes the `state` of the connection as a tag.
* `network_tcp_tx_queued_bytes_total`: The sum of the number of bytes
in the send queue across all connections.
* `network_tcp_rx_queued_bytes_total`: The sum of the number of bytes
in the receive queue across all connections.

This collector is enabled only on Linux systems.
These metrics are only available for Linux systems.

authors: aryan9600

0 comments on commit 3b2563a

Please sign in to comment.