Grafana is not showing data from object store(s3) of thanos #5073
Unanswered
sreekanthm
asked this question in
Questions & Answers
Replies: 1 comment 2 replies
-
Hi, we don't maintain the chart and I don't know if there is any thanos maintainer who are using the chart right now. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
Our observability cluster grafana is not pulling historical data from s3 bucket(object store), not seeing any error and data is already in S3 bucket and we are using bitnami thanos in our cluster. Here is our thanos configuration. let me know If we are missing
objstoreConfig: |-
type: s3
config:
bucket: xxxxx-xxxxx-xxxx-us-east-1
endpoint: s3.us-east-1.amazonaws.com:443
access_key: "XXXXXXXXXXX"
secret_key: "XXXXXXXXXXX"
query:
dnsDiscovery:
enabled: false
stores:
- XXXXXXXXXXXX.net:443
- YYYYYYYYYYYYY.net:443
- dadadaddadadadad.net:443
grpcTLS:
client:
secure: true
ca: |-
-----BEGIN CERTIFICATE-----
-------Certificate----------
-----END CERTIFICATE-----
bucketweb:
enabled: true
compactor:
enabled: true
storegateway:
enabled: true
ruler:
enabled: true
alertmanagers:
- http://prometheus-kube-prometheus-alertmanager:9093
config: |-
groups:
- name: "metamonitoring"
rules:
- alert: "PrometheusDown"
expr: absent(up{prometheus="monitoring/kube-prometheus"})
metrics:
enabled: true
serviceMonitor:
enabled: true
Beta Was this translation helpful? Give feedback.
All reactions