aboutsummaryrefslogtreecommitdiff
path: root/collector/ntp.go
Commit message (Expand)AuthorAge
* Use Go 1.13 error featuresBen Kochie2020-06-16
* Use clearer usage string for `collector.ntp.server-is-local` optionAlex Nozdriukhin2020-04-18
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* Update Makefile.common (#1220)Ben Kochie2019-01-04
* Fix ntp collector thread safety (#1014)Ben Kochie2018-07-22
* Updated vendored ntp package (#681)Brett Vickers2017-10-04
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
* Add metrics from SNTPv4 packet to ntp collector & add ntpd sanity check (#655)Leonid Evdokimov2017-09-19
* 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
* Convert remaining collectors to use ConstMetricsJohannes 'fish' Ziemke2017-01-03
* Limit node-exporter scope, deprecated collectorsJohannes 'fish' Ziemke2017-01-03
* Add NTP stratum to NTP collectorAnton Tolchanov2016-06-03
* Use the offset calculation that includes round trip time in the ntp collectorChris Batey2016-06-01
* Fix NTP server command line referenceChristian Svensson2016-02-20
* Add missing argument to fmt.Errorf function in 'ntp' collectorPavel Borzenkov2015-11-13
* Fix protocol version setting in NTP collector.Julius Volz2015-11-10
* Do not use flag before flag.Parse() was calledMikhail Salosin2015-11-06
* switch to github.com/prometheus/common/log for loggingNick Owens2015-10-30
* Add NTP protocol version flagMikhail Salosin2015-10-26
* Fix occurreneces of initial uppercase in error strings.Julius Volz2015-10-11
* Add license headers to all code files.Matthias Rampke2015-09-26
* 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
* Make collector-specific flags consistent with others.Julius Volz2015-02-18
* Reduce number of global variables usedTobias Schmidt2014-11-24
* Collect at every scrape, rather than at regular intervals.Brian Brazil2014-10-29
* Add NTP exporterJohannes 'fish' Ziemke2014-07-28