python-riemann-client
command line tool and API with support for all metric types
Install
- All systems
-
curl cmd.cat/python-riemann-client.sh
- Ubuntu
-
apt-get install python-riemann-client - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-riemann-client - Raspbian
-
apt-get install python-riemann-client
python-riemann-client
command line tool and API with support for all metric types
Riemann aggregates events from your servers and applications with a powerful stream processing language. This client Supports UDP and TCP transports, queries, and all metric types. The client library aims to provide a simple, minimal API, and does not require direct interaction with protocol buffers. There is also a queued client that can queue or batch events and then send them in a single message.