Skip to content

Gauge metrics are not pushed to the statsd server #36

Open
@chakas

Description

@chakas

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions