-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(host_metrics): update changelog
Signed-off-by: Sanskar Jaiswal <[email protected]>
- Loading branch information
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
19 changes: 9 additions & 10 deletions
19
changelog.d/21972-add-tcp-collector-host-metrics.feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |