How to integrate Karma with Thanos? #5813
marcdavoli
started this conversation in
General
Replies: 1 comment
-
I dug into this a little bit and in retrospect, it seems obvious that this won't work as-is because Karma expects an Alertmanager, which I've since deployed. Now I'm trying to figure out the Thanos side of things and from my research, it seems I may need the Thanos Ruler component and/or may need to make a major architecture change to allow alerts to bubble up to the Alertmanager. I'm still working on this and would appreciate guidance if anyone has ever integrated Karma with Thanos. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to figure out how to see alerts coming from a central Thanos Query instance in Karma.
I've seen a few people mention they use Thanos, but the details of how it works are unclear.
Here is a summary of my current setup:
thanos-query-frontend
like this:That metric
alertmanager_build_info
is of course not available athttp://thanos-query-frontend.thanos:9090/metrics
, Thanos has its own version of thatthanos_build_version
, but of course, Karma doesn't care about that.Side note: I have a Grafana instance that uses that same Thanos Query instance


and I see all the alerts that bubble up to Thanos Query in the Grafana UI
Any guidance on how to integrate Karma with Thanos would be appreciated.
I mostly need help understanding which component Karma needs to talk to and how.
e.g.: Do I need to deploy another Prometheus in between Thanos and Karma?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions