aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPeter Bueschel <petersemailkonto@googlemail.com>2020-03-31 10:46:32 +0200
committerGitHub <noreply@github.com>2020-03-31 10:46:32 +0200
commitda5972b5398cd67a8854e6b1ee6b861bfda5ef83 (patch)
tree1fd34052702883fc048d715328b7fcfe7c7f6d95 /CHANGELOG.md
parent4891b01b6c9ea01864ba01b8d0e3ddd5b7e0d369 (diff)
downloadprometheus_node_collector-da5972b5398cd67a8854e6b1ee6b861bfda5ef83.tar.bz2
prometheus_node_collector-da5972b5398cd67a8854e6b1ee6b861bfda5ef83.tar.xz
prometheus_node_collector-da5972b5398cd67a8854e6b1ee6b861bfda5ef83.zip
Add gauges for allocated memory for queued UDP and TCP packages (#1503)
* Two new states will be added to the tcpstat collector called rx_queued_bytes and tx_queued_bytes. For UDP datagrams an additional collector 'udp_queues' can be used to expose the total lengths of the tx_queue and rx_queue. @SuperQ and @discordianfish this changes gives us the option to check for overloaded UDP + TCP processing. The names of the new TCP states and the UDP metric can be discussed. The current reasons are just: I don't want to add another collector for the same exposed file, so I just added the new states to the tcpstat collector. I chose the name 'udp_queue' instead of 'udpstat' as UDP has no state. Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8753f0d..d78f005 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,7 @@
41* [FEATURE] Add Btrfs collector #1512 41* [FEATURE] Add Btrfs collector #1512
42* [FEATURE] Add RAPL collector #1523 42* [FEATURE] Add RAPL collector #1523
43* [FEATURE] Add new softnet collector #1576 43* [FEATURE] Add new softnet collector #1576
44* [FEATURE] Add new udp_queues collector #1503
44* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341 45* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341
45* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357 46* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357
46* [ENHANCEMENT] Include additional XFS runtime statistics. #1423 47* [ENHANCEMENT] Include additional XFS runtime statistics. #1423