Skip to content
/ statsd Public
forked from gopackage/statsd

A simple UDP stats server that feeds stats to a Redis Stream.

License

Notifications You must be signed in to change notification settings

badslug/statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A "local" UDP server for gathering statistical information from infrastructure and storing it in a Redis Stream.

Each UDP packet containing a value should be in the format:

#1.3=foo

And for counts:

1=bar

Test using netcat:

echo -n "1=hello world" | nc -4u -w0 localhost 9045 

The stats server does basic buffering of data and uses batch updates to reduce load on Redis.

The stats server is configured via Redis and currently supports the following settings:

About

A simple UDP stats server that feeds stats to a Redis Stream.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%