[prometheus-users] how to drop "le="+Inf" label from kube-apiserver metrics

2021-02-15 Thread He Wu
Hi everyone, I want to collect the kube-apiserver metrics by promethues but drop any label with 'le="+Inf"' , the other labels like 'le="1"' and 'le="10"' need to be kept . I have tried to write relabel_config to achieve , that but did not success. Cloud you please advice how is the relabel

[prometheus-users] Re: Federation Job "Error on ingesting out-of-order samples"

2021-02-15 Thread Brian Beynon
I found out what the issue was. I had the same set of rules defined in projects I was scraping. I only need the rules in my main prometheus. I remove the rules from the projects I was using federate against and the errors have stopped. On Monday, February 15, 2021 at 3:45:39 PM UTC-5 Brian Bey

[prometheus-users] Federation Job "Error on ingesting out-of-order samples"

2021-02-15 Thread Brian Beynon
Hello, I recently updated our prometheus setup from using the helm chart to using the prometheus-operator. *Summary of current setup:* Platform: Google Cloud 1. Google Project used for monitoring: Prometheus Operator (prometheus,alertmanager,grafana, node-exporter, kube-state-metrics...ect.)

[prometheus-users] GUI freezes when I try to write my expression

2021-02-15 Thread Fabio Marzotti
Hi everyone, I've a really strange problem. I tried everything but nothing change. When I try to write something on the field where normally I write my expression, the GUI stucks. The field name is . This happens before (!) click on 'Exceute' button. I'm not able to click on execute because the

Re: [prometheus-users] prometheus disable local db reads

2021-02-15 Thread Johny
I am using 2.17.2. Does 'remote_recent' supposed to work for such cases? Basically I want to disable reading from local db, all time series should be fetched from remote backend. On Thursday, February 11, 2021 at 2:41:05 PM UTC-5 Julien Pivotto wrote: > On 11 Feb 10:37, Johny wrote: > > I am us