Open
Description
Wrote a simple code to push disk usage metrics to statsd using below code.
client.Gauge("test.snap.stats.filesystem.c_drive.free", 100)
but unable to see data from grafana.
Tested the same using bash script echo "eenadu.snap.stats.filesystem.used:3|g" | nc -w 1 -u 127.0.0.1 8125 and able to see data
So again did a force flush still not able to see data
Metadata
Metadata
Assignees
Labels
No labels