- 31 Jul, 2021 1 commit
-
-
Dustin L. Howett authored
-
- 04 Apr, 2020 3 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
- 31 Mar, 2020 1 commit
-
-
Peter Bueschel authored
* 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>
-
- 27 Mar, 2020 2 commits
-
-
Ben Kochie authored
Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Paweł Krupa authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- 25 Mar, 2020 2 commits
-
-
Björn Rabenstein authored
Fix sign error in `NodeClockSkewDetected`
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 23 Mar, 2020 2 commits
-
-
Björn Rabenstein authored
docs/node-mixin: alert on desynchronised clock
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- 21 Mar, 2020 3 commits
-
-
Björn Rabenstein authored
[node-mixin] Add missing coma in alerts
-
Tom Wilkie authored
* Metrics for IO errors and retries on Mac. Signed-off-by:
Tom Wilkie <tom@grafana.com>
-
Neraud authored
Signed-off-by:
Neraud <neraud.login@gmail.com>
-
- 20 Mar, 2020 2 commits
-
-
Povilas Versockas authored
Signed-off-by:
Povilas Versockas <p.versockas@gmail.com>
-
Benjamin Drung authored
The `node_cpu_info` metric contains some information like the `model` (which is an integer), but not the human readable model name. Also the stepping of the processor might be interesting, since different stepping of a processor might behave differently. Signed-off-by:
Benjamin Drung <benjamin.drung@cloud.ionos.com>
-
- 19 Mar, 2020 2 commits
-
-
Ben Kochie authored
Bump procfs to latest release. Fixes: https://github.com/prometheus/node_exporter/issues/1625 Fixes: https://github.com/prometheus/node_exporter/issues/1634 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
Suppres error log noise if schedstat file doesn't exist. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 02 Mar, 2020 1 commit
-
-
iuri aranda authored
* Make FS space alerts thresholds configurable (#1) This makes it possible to tweak the thresholds for the NodeFilesystemSpaceFillingUp alerts. Which might be necessary in systems like Kubernetes, where the image garbage collector runs at 85%, so it's not a problem that the disk reaches that usage %. Signed-off-by:
iuri aranda <iuri@skyscrapers.eu>
-
- 27 Feb, 2020 1 commit
-
-
Ben Kochie authored
* Enable golint in golangci-lint tests. * Fix up minor linting issues. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 20 Feb, 2020 4 commits
-
-
Ben Kochie authored
Update CHANGELOG/VERSION for 1.0.0-rc.0 release. * Add a note about new https settings to top-level README. * Mark --web.config flag as experimental. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
* Use `strconv.Itoa()` instead of `fmt.Sprintf()` for simple conversion. * Eliminate copy-paste in collector setup. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Daniel Hodges authored
* add a map of profilers to CPUids `runtime.NumCPU()` returns the number of CPUs that the process can run on. This number does not necessarily correlate to CPU ids if the affinity mask of the process is set. This change maintains the current behavior as default, but also allows the user to specify a range of CPUids to use instead. The CPU id is stored as the value of a map keyed on the profiler object's address. Signed-off-by:
Joe Damato <jdamato@fastly.com> Signed-off-by:
Daniel Hodges <hodges.daniel.scott@gmail.com> Signed-off-by:
Daniel Hodges <hodges@uber.com> Co-authored-by:
jdamato-fsly <55214354+jdamato-fsly@users.noreply.github.com>
-
Paul Gier authored
* new flag to disable all default collectors Signed-off-by:
Paul Gier <pgier@redhat.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
- 19 Feb, 2020 7 commits
-
-
Ben Kochie authored
Many collectors depend on underlying features to be enabled. This causes confusion about what "success" means. This changes the behavior of the `node_scrape_collector_success` metric. * When a collector is unable to find data don't return success. * Catch the no data error and send to Debug log level to avoid log spam. * Update collectors to support this new functionality. * Fix copy-pasta mistake in infiband debug message. Closes: https://github.com/prometheus/node_exporter/issues/1323 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
* Add a changelog entry. * Remove redundant swap free metric. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
jonas-lindmark authored
Signed-off-by:
jonas <jonas.lindmark@denacode.se>
-
Silke Hofstra authored
* Add procfs/btrfs to vendor folder * Add Btrfs collector Resolves #1100 Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Benjamin Drung authored
Let the node exporter collect the non-numeric data from /sys/class/infiniband: board ID, firmware version, and HCA type. Signed-off-by:
Benjamin Drung <benjamin.drung@cloud.ionos.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
Phil Porada authored
* Adds metrics for UDP receive and send buffer errors Signed-off-by:
Phil Porada <philporada@gmail.com>
-
Julian Kornberger authored
Signed-off-by:
Julian Kornberger <jk+github@digineo.de>
-
- 18 Feb, 2020 3 commits
-
-
Tobias Klauser authored
Reuse the Go-only implementation already in place for FreeBSD (#385) on Darwin, DragonflyBSD, NetBSD and OpenBSD. Tested on all affected platforms. Signed-off-by:
Tobias Klauser <tklauser@distanz.ch>
-
Ben Kochie authored
Update all vendoring to current releases. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
Bump to v0.0.10 procfs library. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 15 Feb, 2020 1 commit
-
-
Johannes 'fish' Ziemke authored
This requires root, so it shouldn't be used. This closes #1246 Signed-off-by:
Johannes 'fish' Ziemke <github@freigeist.org>
-
- 13 Feb, 2020 1 commit
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 08 Feb, 2020 1 commit
-
-
Ben Kochie authored
Handle non-existent infiniband results silent. Fixes: https://github.com/prometheus/node_exporter/issues/1511 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 01 Feb, 2020 1 commit
-
-
Ukri Niemimuukko authored
This exposes RAPL statistics from /sys/class/powercap. Co-Authored-By:
Ben Kochie <superq@gmail.com> Signed-off-by:
Ukri Niemimuukko <ukri.niemimuukko@intel.com>
-
- 28 Jan, 2020 1 commit
-
-
Paul Cameron authored
* Add unix socket support for supervisord collector For example: --collector.supervisord.url=unix:///var/run/supervisor.sock Fixes prometheus/node_exporter#262 Signed-off-by:
Paul Cameron <cameronpm@gmail.com>
-
- 27 Jan, 2020 1 commit
-
-
vitt-bagal authored
Signed-off-by:
Vitthal Bagal <vitthalb@us.ibm.com>
-