cl-statsd
Statsd client.

Example

(let ((statsd::*client* (statsd:make-sync-client))) (loop for i from 0 to 99 do (statsd:counter "example" (random 100)) (sleep 1)))

For more information, see the repository

License: MIT


Topics: Distributed Monitoring