Commit History

Autor SHA1 Mensaxe Data
  Jason Yu bcdb5e0c4a Fixed range syntax for backwards compatability for go 1.2 and 1.3 %!s(int64=8) %!d(string=hai) anos
  Jason Yu 85d4003715 Fixed range syntax for backwards compatability for go 1.2 and 1.3 %!s(int64=8) %!d(string=hai) anos
  Jason Yu 9886df69ab Passed in channel to anonymous function. Range over channel instead of using infinite loop. Changed from a buffered channel with a capacity of 1 to to an unbuffered channel. Ran gofmt. %!s(int64=8) %!d(string=hai) anos
  Jason Yu 63f9066b20 Added back redundant expression in for loop over a range to pass backwards compatibility tests. %!s(int64=8) %!d(string=hai) anos
  Jason Yu 8354b37506 Fixed compilation error with channel type in LogOnCue. Added more thorough logging to pass golint errors. %!s(int64=8) %!d(string=hai) anos
  Jason Yu 969e02d7b5 Added two new functions to support logging "on demand" via channels. LogOnCue and LogScaledOnCue accept a generic message channel (instead of a time.Duration) which triggers logging to the supplied logger. %!s(int64=8) %!d(string=hai) anos
  Nick Lipple ed93375e3a use interface for logger %!s(int64=9) %!d(string=hai) anos
  David Taylor 304718cefc include duration's unit in printed metrics %!s(int64=10) %!d(string=hai) anos
  David Taylor bde2592dd1 support logging timings scaled to requested unit %!s(int64=10) %!d(string=hai) anos
  Richard Crowley 3331190d5f Use time.Tick everywhere else we should, too %!s(int64=11) %!d(string=hai) anos
  Daniel Garcia 68b130797a initial implementation of GaugeFloat64 %!s(int64=11) %!d(string=hai) anos
  Richard Crowley 1566254dae Use snapshots in all the reporters. %!s(int64=12) %!d(string=hai) anos
  Richard Crowley acb13c899b Use Sample to get Histogram stats in reporters. %!s(int64=12) %!d(string=hai) anos
  Richard Crowley 0c73e02247 Fix #12: switch to Go 1 standard time.Duration. %!s(int64=12) %!d(string=hai) anos
  Richard Crowley 10c63bdfe9 gofix %!s(int64=14) %!d(string=hai) anos
  Richard Crowley 256a37b51b Consolidate metrics in the registry. %!s(int64=14) %!d(string=hai) anos
  Richard Crowley af687e233a Comments for godoc. %!s(int64=14) %!d(string=hai) anos
  Richard Crowley f55f4f8f54 Synchronization for Registry objects. %!s(int64=14) %!d(string=hai) anos
  Richard Crowley 2c958a22b8 Fixing log formats. %!s(int64=14) %!d(string=hai) anos
  Richard Crowley b897f10231 Added healthcheck metrics. %!s(int64=14) %!d(string=hai) anos
  Richard Crowley 0f101b213d Added Log and Syslog functions that print metrics. %!s(int64=14) %!d(string=hai) anos