Commit History

Author SHA1 Message Date
  niko f6dbbac614 fixed duplicate metric problem at influxDB, on client.WriteSeries 11 years ago
  Richard Crowley 6ffbdf30ba Don't dereference nil pointers in healthchecks 11 years ago
  Richard Crowley 4d17aae18c Add a test for JSON encoding 11 years ago
  Richard Crowley c3fec5ef7b Merge pull request #50 from wadey/patch-1 11 years ago
  Wade Simmons f51a76fc35 Fix infinite loop in DuplicateMetric.Error 11 years ago
  Richard Crowley 6a64674220 Style: alphabetize, gofmt, etc. 11 years ago
  Mark Wolfe d8e7b03f77 Added librato example to README. 11 years ago
  Richard Crowley fc430a45dc Merge remote-tracking branch 'xiaohexie/master' 11 years ago
  Richard Crowley db363b28fd Merge branch 'issue-40' 11 years ago
  Richard Crowley c3b4f6b241 Style. 11 years ago
  Richard Crowley 426a4331b7 Return an error from Register and disallow dupes 11 years ago
  huxiao 490281a63d add opentsdb support 11 years ago
  Philip K. Warren 0c229a5e1b Use a single goroutine for meters. 11 years ago
  Richard Crowley d1774362a1 Tidy up name and whitespace. 11 years ago
  Richard Crowley 3467c592b0 Merge pull request #45 from laurent-descrivan/master 11 years ago
  Laurent b29332614c Allow lazy instantiation of metric in GetOrRegister. 11 years ago
  Richard Crowley 281b9e0f99 Merge branch 'patch-1' of git://github.com/lidashuang/go-metrics 11 years ago
  Richard Crowley 37df06ff62 Do not export methods from sync.Mutex on gauges. 11 years ago
  Richard Crowley b459867060 s/GaugeSnapshotFloat64/GaugeFloat64Snapshot/ 11 years ago
  Richard Crowley 52781178b7 Tidying whitespace. 11 years ago
  Richard Crowley 49285193aa Merge branch 'feature/GaugeFloat64' of git://github.com/daniel-garcia/go-metrics into GaugeFloat64 11 years ago
  Richard Crowley 10272f002f Rework NumGC and PauseNs runtime metrics. 11 years ago
  Daniel Garcia 68b130797a initial implementation of GaugeFloat64 11 years ago
  lidashuang af0a30e561 Update README.md 11 years ago
  Richard Crowley ea09f7d79b Merge pull request #38 from crosbymichael/influxdb-backend 12 years ago
  Michael Crosby 7f902fb874 Add influxdb backend 12 years ago
  Richard Crowley debf646d00 Merge pull request #37 from vincentbernat/fix/atomic-alignment 12 years ago
  Vincent Bernat f9ee67ed7c ewma: ensure 64-bit alignment of uncounted 12 years ago
  Richard Crowley 880a57cfbc Test reference behavior of metrics in a Registry. 12 years ago
  Richard Crowley 6fa35ede17 Fix tests broken by sample changes. 12 years ago