You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Prometheus and Thanos sidecar are launched simultaneously, should the Thanos sidecar launch configuration tsdb.path point to the Prometheus storage.tsdb.path-defined TSDB database data directory?
#30655
Open
vitaaaaa1 opened this issue
Nov 28, 2024
· 1 comment
I am using Bitnami's Helm Chart to install Prometheus + Thanos sidecar, but I found that the default Prometheus uses the tsdb data directory path of --storage.tsdb.path=/bitnami/prometheus/data, while the Thanos sidecar points to the Prometheus tsdb data directory of --tsdb.path=/prometheus/. It's strange that the sidecar can work normally and upload tsbd data blocks to Minio, which is confusing. Am I misunderstanding the meaning of the tsdb.path parameter, or does the sidecar not need to access the Prometheus tsdb data directory to upload data blocks?
What is the expected behavior?
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
bitnami/thanos-15.8.1
What architecture are you using?
None
What steps will reproduce the bug?
I am using Bitnami's Helm Chart to install Prometheus + Thanos sidecar, but I found that the default Prometheus uses the tsdb data directory path of
--storage.tsdb.path=/bitnami/prometheus/data
, while the Thanos sidecar points to the Prometheus tsdb data directory of--tsdb.path=/prometheus/
. It's strange that the sidecar can work normally and upload tsbd data blocks to Minio, which is confusing. Am I misunderstanding the meaning of the tsdb.path parameter, or does the sidecar not need to access the Prometheus tsdb data directory to upload data blocks?What is the expected behavior?
The text was updated successfully, but these errors were encountered: