aboutsummaryrefslogtreecommitdiff
path: root/node_exporter_test.go
Commit message (Collapse)AuthorAge
* update procfs to v0.0.2 (#1376)Paul Gier2019-06-12
| | | Signed-off-by: Paul Gier <pgier@redhat.com>
* Update Makefile.common (#1288)Simon Pasquier2019-03-25
| | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Remove unnecessary select statement (#692)Pontus Leitzler2017-10-18
| | | | | | * Remove unnecessary select statement * Remove unnecessary if-statement
* gofmt node_exporter_testMatthias Rampke2017-08-21
|
* Fix path and timing issues with integration tests.Martín Ferrari2017-08-19
|
* Switch to kingpin flags (#639)Calle Pettersson2017-08-12
| | | | | | | | | | * Switch to kingpin flags * Fix logrus vendoring * Fix flags in main tests * Fix vendoring versions
* [test] Call cmd.Start and cmd.Wait separately to avoid triggering race ↵Jerome Froelich2017-07-08
| | | | | | | | detector (#616) * [test] Call cmd.Start and cmd.Wait separately to avoid triggering race detector * [test] Enable race detector for tests
* Log response body if test fails.Alexey Palazhchenko2017-07-05
|
* Continue scrape with duplicated metricsTobias Schmidt2017-03-14
| | | | | | Problems of a single collector, like duplicated metrics read via the textfile collector, should not fail the collection and export of other metrics.
* Test node_exporter for file descriptor leaksTobias Schmidt2017-03-05