Nick Owens
eb79937340
switch to github.com/prometheus/common/log for logging
9 years ago
Julius Volz
abe4f41937
Merge pull request #146 from AlphaB/ntp-protocol-version
...
Add NTP protocol version flag
9 years ago
Mikhail Salosin
10e65086ea
Add NTP protocol version flag
9 years ago
Julius Volz
79b4c3fe1d
Update Julius's email address in AUTHORS.md
9 years ago
Julius Volz
00e5d1334b
Merge pull request #142 from crisidev/master
...
Add load5 and load15 to linux load metric
9 years ago
Matteo Bigoi
e6ffeb4907
Reduce nesting in sanity check
9 years ago
Brian Brazil
4b28aa1953
Merge pull request #144 from lyda/util-update
...
Update with latest Makefile.COMMON from util.
9 years ago
Kevin Lyda
9f0f1edbd4
Update with latest Makefile.COMMON from util.
9 years ago
Fabian Reinartz
2516a5b3c2
Merge pull request #143 from lyda/filesystem-81
...
Make filesystem collector more robust.
9 years ago
Matteo Bigoi
8913d71ca4
Update end-to-end output for testing
9 years ago
Matteo Bigoi
5918be9a8c
Fix documentation and a possible slice bounds out of range
9 years ago
Kevin Lyda
36291d456e
Make filesystem collector more robust.
...
Current behaviour throws away all stats on any Statfs error. In practice
this is not useful. This turns such errors into debug log messages -
though silently ignoring them seems even more valid to me.
9 years ago
Matteo Bigoi
832ba9cc1d
Add load5 and load15 to linux load metric
9 years ago
Tobias Schmidt
eee6298266
Fix end-to-end test pipefail configuration
9 years ago
Tobias Schmidt
6cc5a6ec56
Fix Ken's name in authors file
...
Fixes #140 .
9 years ago
Tobias Schmidt
44e5f5f53b
Merge pull request #141 from prometheus/lint
...
Lint
9 years ago
Tobias Schmidt
0faa12cacd
Update end-to-end fixtures
9 years ago
Tobias Schmidt
e782412a03
Improve end-to-end test output
9 years ago
Tobias Schmidt
500340bdde
Remove logging in IPVS tests
9 years ago
Tobias Schmidt
07e4ca8aa7
Run go vet during CI
9 years ago
Tobias Schmidt
7e2b65f942
Clean up lint errors
9 years ago
Tobias Schmidt
388cb5eafe
Merge pull request #138 from prometheus/arm64-error
...
Fix compilation on linux/arm64
9 years ago
Brian Brazil
07022b3555
Fix compilation on linux/arm64
9 years ago
Brian Brazil
59f1949a76
Merge pull request #135 from prometheus/remove-unneeded-make
...
Remove unneeded `make` in empty slice initialization.
9 years ago
Brian Brazil
e15e5f346c
Merge pull request #134 from prometheus/lower-case-errors
...
Fix occurreneces of initial uppercase in error strings.
9 years ago
Julius Volz
a25751e0b3
Fix occurreneces of initial uppercase in error strings.
9 years ago
Julius Volz
777a8ddd90
Remove unneeded `make` in empty slice initialization.
9 years ago
Tobias Schmidt
e70cbd2045
Release 0.12.0rc1
9 years ago
Tobias Schmidt
b97c0b98d7
Update email address in authors file
9 years ago
Julius Volz
90f2d321a8
Merge pull request #132 from icholy/master
...
Update AUTHORS
9 years ago
Ilia Choly
adc94869e6
Update AUTHORS
9 years ago
Julius Volz
09743b18be
Merge pull request #131 from icholy/master
...
Add supervisord collector to README
9 years ago
Ilia Choly
e378568567
Add supervisord collector to README
9 years ago
Tobias Schmidt
d7831b0d3a
Merge pull request #129 from icholy/master
...
Add supervisord collector
9 years ago
Ilia Choly
9c0302571f
Add supervisord collector
9 years ago
Tobias Schmidt
9810c57725
Merge pull request #128 from prometheus/ppc
...
Fix uname collector for ppc64 architectures
9 years ago
Tobias Schmidt
52f79e699d
Fix uname collector for arm/ppc64/ppc64le architectures
...
The syscall.Utsname struct under arm/ppc64/ppc64le uses uint8 type
instead of int8.
9 years ago
Tobias Schmidt
ee6b8e73a1
Merge pull request #127 from kirussel/kirussel/filesystem_freebsd
...
Fixed minor compile time error
9 years ago
Kirk Russell
88c30557c0
Fixed minor compile time error
9 years ago
Matthias Rampke
be57deff08
Merge pull request #126 from alicebob/typo
...
fix copy-paste error in comment
9 years ago
Harmen
5d6fb852bb
fix copy-paste error in comment
...
Comment seems to be copied from netdev_linux.go, where it is correct.
9 years ago
Julius Volz
1ff6c0ce9d
Merge pull request #124 from matthiasr/end-to-end-test
...
Add an end to end test.
9 years ago
Matthias Rampke
7c47338081
Add an end-to-end test.
...
This test runs a selection of collectors against the fixtures and
compares the output to a reference.
The uname and filesystem collectors are disabled because they use system
calls that cannot be fixtured easily.
9 years ago
Matthias Rampke
788ac9a859
Rearrange fixtures to match "real" proc and sys.
...
And add some missing fixtures for default collectors, even if they're
not read by tests yet.
9 years ago
Matthias Rampke
85eb47197f
Add a flag for the sysfs location.
...
Analogous to `collector.procfs`, but for `/sys`. Add tests for both.
9 years ago
Matthias Rampke
24c9db9600
Suppress log noise from textfile collector test.
9 years ago
Matthias Rampke
60dffaa9ff
Fix mdadm collector.
...
In the move to the procfs flag, I accidentally changed the filename.
9 years ago
Matthias Rampke
34edb1bea5
Merge pull request #125 from kirussel/kirussel/freebsd_clocktime
...
converted freebsd cpu metrics to seconds
9 years ago
Kirk Russell
89875cefe8
converted freebsd cpu metrics to seconds
9 years ago
Matthias Rampke
a942e719c8
Merge pull request #122 from matthiasr/travis-migrate
...
update travis
9 years ago