Difference between revisions of "Statsd prometheus"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
``` | ``` | ||
− | echo " | + | echo "foo1:1|c" | nc -u -w0 statsd.example.com 9125 |
+ | echo "foo1:2|c" | nc -u -w0 statsd.example.com 9125 | ||
+ | echo "foo1:3|g" | nc -u -w0 statsd.example.com 9125 | ||
curl statsd.example.com:9102/metrics | grep foo | curl statsd.example.com:9102/metrics | grep foo | ||
− | |||
``` | ``` | ||
+ | if <= | ||
https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md | https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md | ||
https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV | https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV |
Revision as of 00:10, 9 January 2024
https://github.com/prometheus/statsd_exporter
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-statsd-exporter
https://github.com/statsd/statsd/blob/master/docs/metric_types.md
echo "foo1:1|c" | nc -u -w0 statsd.example.com 9125 echo "foo1:2|c" | nc -u -w0 statsd.example.com 9125 echo "foo1:3|g" | nc -u -w0 statsd.example.com 9125 curl statsd.example.com:9102/metrics | grep foo
if <=
https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md
https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV