Re: [prometheus-users] Federate data with prometheus

2020-06-01 Thread Christian Hoffmann
Hi, On 5/28/20 5:45 PM, Jacco Steur wrote: > In my HA prometheus instance I can then scrape the /federate uri's of my > various kubernetes clusters. > This configurations looks a bit like this: (From the manual) > > scrape_configs: >   - job_name: 'federate' >     scrape_interval: 15s >     honor

[prometheus-users] Federate data with prometheus

2020-05-28 Thread Jacco Steur
All, I have a common problem. I have a couple of clusters that I want to monitor with a single prometheus instance that is outside of any of these clusters. A high availabe prometheus server. To do this, I want to deploy the prometheus operator in my cluster and configure a /federate serviceMo