Added package simplestatsdclient (#2821)

This commit is contained in:
Vladimir Berezenko 2024-02-27 05:43:23 +03:00 committed by GitHub
parent d7f0aef042
commit 538d5f90b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32672,5 +32672,20 @@
"description": "Pure Nim library to read AMQP stats via management plugin API",
"license": "MIT",
"web": "https://github.com/Q-Master/amqp-stats.nim"
},
{
"name": "simplestatsdclient",
"url": "https://github.com/Q-Master/statsdclient.nim",
"method": "git",
"tags": [
"statsd",
"client",
"library",
"sync",
"async"
],
"description": "Pure nim interface library to send data to any StatsD compatible daemon",
"license": "MIT",
"web": "https://github.com/Q-Master/statsdclient.nim"
}
]