Difference between revisions of "Statsd prometheus"

From UVOO Tech Wiki
Jump to navigation Jump to search
 
(2 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/statsd_exporter
  
Line 6: Line 8:
  
 
```
 
```
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
 
 
```
 
```
  

Latest revision as of 00:48, 9 January 2024