Prometheus, Grafana Agent metrics
In the Grafana Agent documentation, I see that it is descried that metrics are send over “remote_write”
Prometheus documentations describes that this should be used only with caution for specific low-volume use cases.
HTTP API | Prometheus
“Use it with caution for specific low-volume use cases. It is not suitable for replacing the ingestion via scraping and turning Prometheus into a push-based metrics collection system.”
So what should be used to ship the metrics from the Grafana Agent to Prometheus, or what options are possible to get the metrics in to Prometheus from a Grafana Agent?