index
:
nano-exporter
this commit
master
minimalistic exporter of node metrics for the Prometheus monitoring system
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netif: export node_network_mtu_bytes
HEAD
master
Leah Neukirchen
2024-08-24
1
-0
/
+3
*
timex: export node_clock_{tai,monotonic,boottime}_seconds
Leah Neukirchen
2024-08-24
1
-0
/
+12
*
timex: also report node_time_seconds
Leah Neukirchen
2024-07-12
1
-0
/
+2
*
support binding to a specific host address
Leah Neukirchen
2024-07-10
3
-5
/
+12
*
add very basic zfs collector
Leah Neukirchen
2024-06-10
3
-0
/
+58
*
filesystem: export failed statvfs calls as node_filesystem_device_error
Leah Neukirchen
2024-06-10
1
-1
/
+5
*
netif: add node_network_up, avoid unnecessary file access
Leah Neukirchen
2024-06-09
1
-5
/
+11
*
add netif collector
Leah Neukirchen
2024-06-09
3
-0
/
+65
*
default CFLAGS to -g -O2
Leah Neukirchen
2024-06-09
1
-2
/
+1
*
add schedstat collector
Leah Neukirchen
2024-06-09
3
-0
/
+47
*
add pressure (psi) collector
Leah Neukirchen
2024-06-09
3
-0
/
+49
*
add --stdout
Leah Neukirchen
2024-06-07
3
-0
/
+34
*
remove daemonize and pidfile
Leah Neukirchen
2024-06-07
1
-68
/
+0
*
add rapl collector
Leah Neukirchen
2024-06-07
3
-0
/
+65
*
move read_file_at to util.c
Leah Neukirchen
2024-06-07
3
-18
/
+22
*
add mdstat collector
Leah Neukirchen
2024-05-23
3
-0
/
+144
*
add vmstat collector
Leah Neukirchen
2024-05-23
3
-0
/
+66
*
add timex collector
Leah Neukirchen
2024-05-23
3
-0
/
+53
*
add conntrack collector
Leah Neukirchen
2024-05-23
3
-0
/
+45
*
add filefd collector
Leah Neukirchen
2024-05-23
3
-0
/
+35
*
add loadavg collector
Leah Neukirchen
2024-05-23
3
-0
/
+37
*
main: put each collector on its own line
Leah Neukirchen
2024-05-23
1
-2
/
+10
*
Add a timeout for scrape requests.
Heikki Kallasjoki
2018-12-23
1
-6
/
+82
*
Allow multiple requests in parallel.
Heikki Kallasjoki
2018-12-23
1
-81
/
+245
*
Make `bbuf_get` result non-const, and add `bbuf_free`.
Heikki Kallasjoki
2018-12-23
2
-2
/
+9
*
Add Makefile support for compiling for debugging.
Heikki Kallasjoki
2018-12-23
1
-2
/
+2
*
Move the collector loop into scrape server code.
Heikki Kallasjoki
2018-12-23
22
-108
/
+78
*
Rename `cbuf` to `bbuf` in byte buffer utilities.
Heikki Kallasjoki
2018-12-22
3
-50
/
+50
*
Predefine NANO_EXPORTER_TEST when compiling test code.
Heikki Kallasjoki
2018-12-16
4
-7
/
+7
*
Fix a typo in README.md.
Heikki Kallasjoki
2018-12-15
1
-1
/
+1
*
Rename the network collector to netdev.
Heikki Kallasjoki
2018-12-15
6
-24
/
+24
*
Remove the tag v prefix from release tarball name.
Heikki Kallasjoki
2018-12-13
1
-1
/
+1
*
Save release tarball generation command to Makefile.
v1.0.1
Heikki Kallasjoki
2018-12-13
1
-0
/
+9
*
Run test cleanup when exiting via failure.
Heikki Kallasjoki
2018-12-13
1
-1
/
+1
*
Add basic test for the uname collector.
Heikki Kallasjoki
2018-12-12
3
-12
/
+80
*
Add basic test for the textfile collector.
Heikki Kallasjoki
2018-12-12
3
-6
/
+91
*
Add basic test for the stat collector.
Heikki Kallasjoki
2018-12-12
3
-2
/
+57
*
Add basic test for the network collector.
Heikki Kallasjoki
2018-12-12
3
-3
/
+65
*
Add basic test for the meminfo collector.
Heikki Kallasjoki
2018-12-12
3
-2
/
+55
*
Add basic test for the hwmon collector.
Heikki Kallasjoki
2018-12-12
7
-3
/
+136
*
Add basic test for the filesystem collector.
Heikki Kallasjoki
2018-12-12
3
-3
/
+132
*
Add basic test for the diskstats collector.
Heikki Kallasjoki
2018-12-12
3
-2
/
+77
*
Add a simple test harness and tests for the cpu collector.
Heikki Kallasjoki
2018-12-12
13
-3
/
+730
*
Allow meminfo metric values that are followed by a newline.
Heikki Kallasjoki
2018-12-12
1
-1
/
+1
*
Use a struct type for metric labels.
Heikki Kallasjoki
2018-12-07
8
-51
/
+59
*
Include newline as delimiter when splitting /proc/diskstats.
Heikki Kallasjoki
2018-12-07
1
-1
/
+1
*
Documentation improvements.
Heikki Kallasjoki
2018-12-04
2
-2
/
+47
*
Add doc comments for the functions in util.h.
Heikki Kallasjoki
2018-12-04
1
-0
/
+39
*
Add the stat collector.
Heikki Kallasjoki
2018-12-04
4
-1
/
+93
*
Filter out unused devices from diskstats.
Heikki Kallasjoki
2018-11-30
2
-1
/
+13
[next]