diff --git a/README.md b/README.md index 102f3d6..67309b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # asyncstatsd +![](https://github.com/b1r3k/asyncstatsd/actions/workflows/ci.yaml/badge.svg) + Asyncio compatible [StatsD](https://github.com/b/statsd_spec) client for sending metrics to statsd server. Unlike [jsocol/pystatsd](https://github.com/jsocol/pystatsd/tree/main?tab=readme-ov-file) it supports DataDog tagged metrics out of the box. I wanted to keep it simple - no more wondering if dependency is safe to include because of threads, queues, mutexes. It should be easy to extend just as adding tags support was easy to implement. ## Installation