There are the following integration mechanisms for Prometheus metrics exist:
- Pushgateway <https://github.com/prometheus/pushgateway> for pushing Prometheus metrics, so the could be scraped by Prometheus later. - Prometheus federation <https://prometheus.io/docs/prometheus/latest/federation/> for scraping metrics from Prometheus to another system. - remote_write API <https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write> for replicating metrics to external storage systems. See the list of supported systems <https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage> . On Mon, Mar 2, 2020 at 12:42 PM adi garg <[email protected]> wrote: > Hello experts, > > Is there a way to send Prometheus metrics to a URL, where there can be an > exporter to send metrics to another system? > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/980590a4-45b0-41ec-a7c3-b26371091e7d%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/980590a4-45b0-41ec-a7c3-b26371091e7d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Best Regards, Aliaksandr -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAPbKnmCJZFhow7Zs6gYeQGbb7UQKZDxX0TdbMdSrNJWE4cXFjw%40mail.gmail.com.

