Difference between revisions of "Statsd prometheus"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
```
 
```
echo "foo:1|c" | nc -u -w0 statsd.example.com 9125
+
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
echo "foo:1|c" | nc -u -w0 statsd.example.com 9125
 
 
```
 
```
 +
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