Skip to content

Commit

Permalink
adds: CI build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
b1r3k committed May 12, 2024
1 parent 73033bc commit 6467ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6467ad6

Please sign in to comment.