Added package amqpstats (#2816)

This commit is contained in:
Vladimir Berezenko 2024-02-20 17:09:39 +03:00 committed by GitHub
parent 6eafece2c6
commit 96b1dfbb7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32657,5 +32657,20 @@
"description": "StatsD compatible daemon in pure Nim",
"license": "MIT",
"web": "https://github.com/Q-Master/statsdaemon.nim"
},
{
"name": "amqpstats",
"url": "https://github.com/Q-Master/amqp-stats.nim",
"method": "git",
"tags": [
"library",
"pure",
"rabbitmq",
"async",
"sync"
],
"description": "Pure Nim library to read AMQP stats via management plugin API",
"license": "MIT",
"web": "https://github.com/Q-Master/amqp-stats.nim"
}
]