i have been wondering if there is a way to connect Grafana Agent with Prometheus (on premise - not enterprise) ?
I can see that metrics have to been send by “remote_write” to the grafana cloud, i cant find any informations about sending them to the on-premise database.
Agent is really meant as a solution for Grafana Cloud. If you are running your own Grafana, then there should be a simpler method. What are you trying to monitor or instrument? Do you have prometheus metrics exposed on some endpoint for Prometheus to scrape?
By design, Prometheus uses a pull method, not a push method.