Skip to content
/ dogcat Public

Concatenates stdin or file input and sends it line by line over UDP to a DogStatsD compatible server in Event format

License

Notifications You must be signed in to change notification settings

nbspou/dogcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogcat

Concatenates stdin or file input and sends it line by line over UDP to a DogStatsD compatible server in Event format

See https://docs.datadoghq.com/guides/dogstatsd/ for protocol description

Usage example

echo "hello world" 2>&1 | ./dogcat 127.0.0.1 8124 -d -o "#domain:live,service:hello" -

About

Concatenates stdin or file input and sends it line by line over UDP to a DogStatsD compatible server in Event format

Resources

License

Stars

Watchers

Forks

Packages

No packages published