Difference between revisions of "Statsd prometheus"
Jump to navigation
Jump to search
(Created page with "https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway | ||
+ | |||
+ | 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 | ||
+ | ``` | ||
+ | |||
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 |
Latest revision as of 00:48, 9 January 2024
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway
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
https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md
https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV