Brian Brazil
f291d2d6dd
Get full resolution for node_time ( #555 )
8 years ago
Tobias Schmidt
c703435790
Fix all open go lint and vet issues
8 years ago
Johannes 'fish' Ziemke
8e50b80d12
Convert remaining collectors to use ConstMetrics
8 years ago
Nick Owens
eb79937340
switch to github.com/prometheus/common/log for logging
9 years ago
Matthias Rampke
2d0d72b97d
Add license headers to all code files.
9 years ago
Alexey Palazhchenko
38e6e6b672
Fix debug output
9 years ago
Julius Volz
e65bc868fc
Switch logging from glog to github.com/prometheus/log.
10 years ago
Julius Volz
9f046cd88e
Run gofmt.
10 years ago
Johannes 'fish' Ziemke
665b05eedc
Use flags instead of config and remove attributes
10 years ago
Tobias Schmidt
872f921867
Reduce number of global variables used
...
This is the first step to make the exporter more testable.
10 years ago
Brian Brazil
1c17481a42
Collect at every scrape, rather than at regular intervals.
...
Switch to Update using the Collecter Collect interface, due to not knowing all
metricnames in all modules beforehand we can't use Describe and thus the full
Collecter interface.
Remove 'updates', it's meaning varies by module and doesn't add much.
10 years ago
Johannes 'fish' Ziemke
2b3a112b54
Add time exporter
...
This simple exporter exposes the systems unix time. It's useful to
compare it to the prometheus server time and other targets to detect
clock skew.
10 years ago