Hi, On 7/1/20 4:44 PM, Ramachandra Bhaskar Ayalavarapu wrote: > Is it possible for a single Prometheus to have multiple remote_write adapters > depending on jobs ? > For example job1 should be writing to r1 (cortex) and r2 to another > remote_write instance ? Although I'm not using it: As far as I understand, multiple remote write configs are supported. Each remote write config can have write_relabel_configs which allow you to filter what to send. This works per-remote write target.
https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write > Another problem I face is certain jobs only need to do remote_write and > certain jobs locally. Please let me know if that’s possible at job level Yes, this should be possible using the same mechanism by filtering on the job label. Kind regards, Christian -- 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/a51cdeee-3983-853e-7853-1a7e77a28c1d%40hoffmann-christian.info.

