Skip to content

eliothedeman/statsdaemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statsdaemon

Fork of Bitly's statsdaemon which allows for custom backends

Supports

  • Timing (with optional percentiles)
  • Counters (positive and negative with optional sampling)
  • Gauges (including relative operations)
  • Sets
  • Custom backends

Installing

go get github.com/eliothedeman/statsdaemon

You can make a debian package by calling the mkdeb.sh script. This requires the use of fpm

Config File Format

{
	"flush_interval": "1s",
	"backends": {
		"console": {

		}
	}
}

About

Fork of Bitly's statsdaemon which allows for custom backends

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 95.3%
  • Makefile 4.7%