Home > Blockchain >  Thanos-Query/Query-Frontend does not show any metrics
Thanos-Query/Query-Frontend does not show any metrics

Time:02-25

Basically, I had installed Prometheues-Grafana from the thanos metrics thanos store

I am struggling now to get it worked properly. Is it because of Thanos from a completely different helm chart and Prometheus-operator-grafana stack from another helm chart ?.

My Kubernetes cluster on AWS has been created using Kops. And, I use Gitlab pipeline and helm to deploy apps to the cluster.

CodePudding user response:

It's not enough to simply install them, you need to integrate prometheus with thanos.

Below I'll describe all steps you need to perform to get the result.

First short theory. The most common approach to integrate them is to use thanos sidecar container for prometheus pod. You can read more enter image description here

Good article to read:

  • Related