[prometheus-users] Re: prometheus federate no data

2021-09-27 Thread Brian Candler
Yes, I get the same if I send an empty federate query. You need to include a match[] part, e.g. curl -ig 'prometheus:9090/federate?match[]={__name__=~".%2b"}' -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this

[prometheus-users] Different results from same query on executing twice

2021-09-27 Thread Ashmita
Hi, I am executing same query twice producing 2 different results. I have cross checked the timeframes and filters, all inputs seem correct but the results deviate too much between the executions. What can be the possible cause of this? Query: process_cpu_usage{container='ec-xx-xx-v1'}

[prometheus-users] prometheus federate no data

2021-09-27 Thread criss...@gmail.com
hi all. I wonder if someone could help me with the following issue, I open prometheus sidecar function and thanos . But my federated interface data is empty. My old business interface needs federate. # curl -i 172.28.12.78:9090/federate HTTP/1.1 200 OK Content-Type: text/plain;

[prometheus-users] Alertmanager 0.23 API get silences filter

2021-09-27 Thread Guillaume DESBOIS
Hi, In Alertmanager 0.21 the following api request works great : /api/v2/silences?filter="alertname=~Memory.*" The filter on a label with a "like" (~) works ! But in alertmanager 0.23, the same query returns : "bad matcher format: \"alertname=~Memory.*\"" I've found that the syntax have

[prometheus-users] Re: Alertmanager 0.23 API get silences filter

2021-09-27 Thread Brian Candler
Remove the outer double quotes for the =~ version as well. It works for me. For example, if I have a silence with "matchers":[{"isEqual":true,"isRegex":true,"name":"instance","value":"r[1-8]"}, ... then I can see it using either: curl -g

[prometheus-users] SONO AVVOCATI ASSASSINI #PIETROMARIAMASCOLO E #FLAVIANOSARZANI DI CRIMINALISSIMO, BASTARDO, MASSO卐NAZISTA, SATA卐NAZISTA, OMICIDA STUDIO LEGALE DI NOTO PEDOFILO, FASCISTA E KILLER #S

2021-09-27 Thread ANTONIO BINNI - BASTA COL PEDOFILO BERLUSCONI
SONO AVVOCATI ASSASSINI #PIETROMARIAMASCOLO E #FLAVIANOSARZANI DI CRIMINALISSIMO, BASTARDO, MASSO卐NAZISTA, SATA卐NAZISTA, OMICIDA STUDIO LEGALE DI NOTO PEDOFILO, FASCISTA E KILLER #STEFANOPREVITI (GIÁ STUDIO LEGALE DI NDRANGHETISTA CALABRESE, FIGLIO.DI CANE, LAVA SOLDI MAFIOSI, COMPRA

[prometheus-users] expected equal, got "INVALID" error

2021-09-27 Thread Floyd Arguello
Hi - I updated an exporter to add a label to each metric, and upon redeploying the exporter I get the following error in the targets page: expected equal, got "INVALID" error Curling the metrics endpoint works fine, and the new label is there. Any idea what I might be doing wrong? -- You