Can't figure out how to connect to Grafana cloud
bluecanarybe opened this issue · 2 comments
bluecanarybe commented
Hi,
I have it working locally on my linux machine and the localhost metrics page works. But I have no idea on how to send those events to Grafana cloud.
utkuozdemir commented
I haven't used Grafana Cloud, but it seems you need to use remote_write option of Prometheus to push its metrics into cloud: https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-prometheus/.
You anyway need a Prometheus somewhere to scrape the metrics from the exporter endpoint, direct connection to Grafana is not possible.
bluecanarybe commented
That worked!