Releases: meetcleo/statsd-instrument
Releases · meetcleo/statsd-instrument
v1.3.7
#13
- Persistent HTTPX connections, to speed up sending
- Fixed some issues with error handling
v1.3.6
Adds some fixes for HTTPX shutdown behaviour, see: #12
v1.3.5
Replaces net:http
with httpx
in order to improve shutdown behaviour (prevents net:http trying to spawn a timeout thread during shutdown and failing)
v1.3.4
#10
Adds worker_index
which replaces pid
.
Also strips out default p9x
measures.
v1.3.2
#8 Fixes some issues with characters in tags preventing datagrams from being parsed properly.
v1.3.0
#6
- Removes unnecessary timing stats
- Adds histograms for timings
v1.2.1
Includes a small fix to ensure instance variables are set before the thread is dispatched: #5
v1.2.0
#4
Couple of small fixes + add support for basic auth
v1.1.1
#3
Ensures Prometheus metric names are valid