-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gauges for allocated memory for queued UDP and TCP packages #1503
Add gauges for allocated memory for queued UDP and TCP packages #1503
Commits on Mar 13, 2020
-
Two new states will be added to the tcpstat collector called rx_queue…
…d_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>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 7759861 - Browse repository at this point
Copy the full SHA 7759861View commit details -
Change udp collector to use prometheus/procfs lib. Use prometheus/pro…
…cfs master branch as the dependencies for net_udp is not released. Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for c39e187 - Browse repository at this point
Copy the full SHA c39e187View commit details -
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for d7f4ab6 - Browse repository at this point
Copy the full SHA d7f4ab6View commit details -
Rename file to collector name. Add cli flags to disable either the co…
…llection of ipv4 based queues or ipv6 based queues. Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 81ca4ae - Browse repository at this point
Copy the full SHA 81ca4aeView commit details -
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 51ff074 - Browse repository at this point
Copy the full SHA 51ff074View commit details -
Update help text and error message for the cli flags.
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 99769c8 - Browse repository at this point
Copy the full SHA 99769c8View commit details -
Remove cli flags. Add no data errors for ipv4 and ipv6.
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 03ececf - Browse repository at this point
Copy the full SHA 03ececfView commit details -
Remove newly insert errors, but use ErrNoData instead.
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for f8fdaaa - Browse repository at this point
Copy the full SHA f8fdaaaView commit details -
Fix identical expression in if statement.
Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for fe4ac8b - Browse repository at this point
Copy the full SHA fe4ac8bView commit details
Commits on Mar 14, 2020
-
Change to default collector. Update e2e tests. Update readme and chan…
…gelog. Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
Peter Bueschel committedMar 14, 2020 Configuration menu - View commit details
-
Copy full SHA for b77425c - Browse repository at this point
Copy the full SHA b77425cView commit details