- docker-compose up
View custom metrics in prometheus ui.
- 0.0.0.0:9090
echo "hits:ggjashd5757gjqw|c" | nc -u -w0 127.0.0.1 8125
echo "failed:dkshj|c" | nc -u -w0 127.0.0.1 8125
echo "hits:ggjashd5757gjqw|c" | nc -u -w0 127.0.0.1 9125
echo "failed:dkshj|c" | nc -u -w0 127.0.0.1 9125
statsd
is not used in this setup since statsd exporter provides statsd server internally.