Replies: 4 comments 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
here is my conf: https://gist.github.com/sebv004/0f35de991a2dc38c7c420736d627317c |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much, it works like a charm ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm doing a poc with Karma and I'm able to display alarms.
But I cannot silence alarms I got such kind of errors:
level=error msg="History query failed" error="failed to query Prometheus for label names: Post \"prometheus-thanos-query-frontend.prometheus.svc.cluster.local:9090\": unsupported protocol scheme \"prometheus-thanos-query-frontend.prometheus.svc.cluster.local\"" labels={} uri=prometheus-thanos-query-frontend.prometheus.svc.cluster.local:9090 worker=9 level=error msg="History query failed" error="failed to query Prometheus for label names: Post \"prometheus-thanos-query-frontend.prometheus.svc.cluster.local:9090\": unsupported protocol scheme \"prometheus-thanos-query-frontend.prometheus.svc.cluster.local\"" labels={"cluster":"devtest03"} uri=prometheus-thanos-query-frontend.prometheus.svc.cluster.local:9090 worker=11Here is the conf:
containers: - name: karma image: ghcr.io/prymitive/karma:v0.115 ports: - name: http containerPort: 8080 protocol: TCP env: - name: ALERTMANAGER_URI value: http://alertmanager-operated.prometheus.svc.cluster.local:9093Could you help me please ?
Beta Was this translation helpful? Give feedback.
All reactions