Questions tagged [thanos]

55 questions
0
votes
1 answer

Thanos Storage Configuration (S3)- facing issue at thanos-store

I have started the implementation of thanos store with S3 for prometheus for the first time and I am getting this error message while executing thanos-store configuration. Can someone please help me debug the error? Message: level=info…
0
votes
3 answers

How Do You Define a Kubernetes Service TargetPort as a String?

Thanos requires a targetPort defined as a string in the Service for the ServiceMonitor to communicate with it. However, just defining the targetPort as a string causes problems. I believe that something more is needed in the Deployment. I think the…
Matthew S
  • 900
  • 3
  • 12
  • 26
0
votes
1 answer

Prometheus/Thanos -> Can we add store specific TLS in Thanos querier stores? Essentially having http and https in the same store array

Issue: I added two store endpoints. One is http and another is https. For the https, I added the grpc tls configs, and i am able to authenticate and view the stores in thanos, but for the http. It fails to connect.
shan
  • 125
  • 3
  • 16
0
votes
1 answer

Failing to start bash script as a service | Thanos - Prometheus

I am feeling like I tried everything but still failing. I am trying to make a cluster of Thanos, Prometheus, and Grafana. I wrote a script that works like a charm in the terminal but fails to start as a service systemd. My environment is: Ubuntu…
0
votes
0 answers

Duplicate timestamps values in grafana and thanos datasource showing single timestamp value

Grafana showing duplicate timestamps values and Thanos showing the correct single timestamp value. I'm hitting a single curl request for application API Thanos showing the correct value but when I'm running the same query in grafana it shows two…
Anup
  • 81
  • 1
  • 14
0
votes
0 answers

Grafana is showing last 3 days of metrics instead of full month

I have a prometheus server querying a number of hosts and running a thanos-sidecar configured against s3 bucket. Metrics are pushed without errors, on my test s3 bucket i see them earliest mid of september. Thanos-server, which is a separate machine…
0
votes
2 answers

How deduplication can take place in remote object storage in Thanos ecosystem?

I am exploring Thanos, for the existing monitoring cluster. Thanos querier can perform deduplication but this is runtime behavior. When the shipper sends data to remote object storage, each Prometheus data is being shipped. When HA mode is used in…
Milind Dhoke
  • 549
  • 7
  • 15
0
votes
1 answer

How to setup Thanos backup historical data on Prometheus local disk

I'm doing a POC to integrate Thanos to our Prometheus cluster using Prometheus-operator. The system works well and uploads local files every two hours to S3. However, looks like the sidecar not backup our historical data at Prometheus local disk.…
Whispererli
  • 131
  • 2
  • 13
-1
votes
1 answer

Prometheus remote read write URL 404 not found

I configured OpenTelemetry in Kubernetes. I want to monitor OpenTelemetry metrics using Prometheus. For that I installed Thanos such that Prometheus Remote Write Exporter will send OpenTelemtry metrics to Thanos. I installed Thanos using Helm…
Container-Man
  • 434
  • 1
  • 6
  • 17
-1
votes
1 answer

Thanos Store Error bucket store initial sync: sync block: iter: The specified key does not exist."

I am new to Thanos and Prometheus. I was trying to set up the Thanos components in our K8. It is freshly set up using S3 as storage object. Used image versions: Prometheus version: v2.4.3 Thanos version: v0.8.0 Thanos sidecar is working with the…
Yejin
  • 541
  • 2
  • 15
  • 32
1 2 3
4