Re: [prometheus-users] Publish incoming scraped metrics to another database

2020-10-20 Thread Julien Pivotto
On 20 Oct 08:31, Al wrote: > That's great, I didn't realize you could use remote write while still > writing metrics locally. On another note, what kind of performance impact > does the remote-write feature have when enabled? Is it something > considerable or is it relatively minor, even with

Re: [prometheus-users] Publish incoming scraped metrics to another database

2020-10-20 Thread Al
That's great, I didn't realize you could use remote write while still writing metrics locally. On another note, what kind of performance impact does the remote-write feature have when enabled? Is it something considerable or is it relatively minor, even with large instances scraping from many

Re: [prometheus-users] Publish incoming scraped metrics to another database

2020-10-20 Thread Ben Kochie
Remote Write does this. The data from the WAL is directly streamed to the remote endpoint in addition to writing to the local TSDB. https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write On Tue, Oct 20, 2020 at 4:35 PM Al wrote: > I have a use-case where I would

[prometheus-users] Publish incoming scraped metrics to another database

2020-10-20 Thread Al
I have a use-case where I would like to have the ability for a Prometheus write metrics locally while being able to also stream the same metrics to another type of external database. The goal is to ship these metrics as they're scraped so queries on the remote database can be executed with the