aboutsummaryrefslogtreecommitdiff
path: root/collector/textfile.go
Commit message (Expand)AuthorAge
* Use Go 1.13 error featuresBen Kochie2020-06-16
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* collector: refactor textfile collector to avoid looping deferMatt Layher2019-11-22
* textfile: use opened file's mtime as timestamp (#1326)Christian Hoffmann2019-04-18
* Update Makefile.common (#1220)Ben Kochie2019-01-04
* Remove continue with label (#1084)Dario Maiocchi2018-10-05
* Remove unused func, var, and const (#928)Mario Trangoni2018-04-29
* Treat custom textfile metric timestamps as errors (#769)Julius Volz2018-02-27
* Add unit suffix to textfile collector mtime metric (#796)Julius Volz2018-01-22
* Fix e2e tests after textfile custom timestamp removal (#768)Julius Volz2017-12-24
* Filter out testfile metrics correctly when using `collect[]` filters (#763)Shubheksha Jalan2017-12-23
* textfile: fix duplicate metrics error (#738)Wei Li2017-12-06
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
* Switch to kingpin flags (#639)Calle Pettersson2017-08-12
* Remove unnecessarily named return variablesTobias Schmidt2017-02-28
* Fix all open go lint and vet issuesTobias Schmidt2017-02-28
* Stop using deprecated SetMetricFamilyInjectionHookJohannes 'fish' Ziemke2017-01-06
* Close file handler in textfileslene2016-06-30
* Do a make format run.Brian Brazil2015-12-18
* Fix flag name in textfile.goBruno Bigras2015-11-10
* switch to github.com/prometheus/common/log for loggingNick Owens2015-10-30
* Remove unneeded `make` in empty slice initialization.Julius Volz2015-10-11
* Add license headers to all code files.Matthias Rampke2015-09-26
* Move from client_golang/text to common/expfmtbeorn72015-09-17
* Fix mtime reporting in textfile collector, add tests.Julius Volz2015-09-04
* Switch logging from glog to github.com/prometheus/log.Julius Volz2015-05-28
* Use flags instead of config and remove attributesJohannes 'fish' Ziemke2015-05-21
* Switch protobuf import to its new github URLBenjamin Staffin2015-03-22
* Make collector-specific flags consistent with others.Julius Volz2015-02-18
* Add text file exporterBrian Brazil2015-01-25