I am following this tutorial: Stream metrics from Telegraf to Grafana | Grafana Labs
I am having issues getting Telegraf to send live metrics to Grafana. This is my error:
2021-08-02T07:55:44Z E! [agent] Error writing to outputs.http: when writing to [http://grafana.staged-by-discourse.com/api/live/push/test_id] received status code: 404
Now clearly, I am not hitting the right endpoint for Grafana to ingest metrics. However, I checked that I am hitting the correct port and endpoint according to the docs about Grafana Live.
I am running this on a MacOS. Any help is appreciated,