Hello everyone!
I am a beginner using Grafana cloud using the hosted Graphite AWS that was provided.
How can I send data using statsd to the Graphite so I can display it to Grafana?
Thanks!
Hi there - I would recommend using the Grafana Agent, which is based off of Prometheus, and it has an integration for statsD. This will then allow you to ship this data to Grafana Cloud’s hosted endpoint. Note the metrics will be in prometheus format as opposed to Graphite.
A few resources
- Tutorial from the community (a bit old) Statsd + Prometheus on Grafana Cloud - DEV Community
- Grafana Agent config for statsd integration statsd_exporter_config | Grafana Agent documentation