Getting data from Thanos component via http request #6940
Unanswered
skandarchahbouni
asked this question in
Questions & Answers
Replies: 2 comments 1 reply
-
At least thanos querier should expose the same http api ( mostly ). Are you getting empty responses? If so how are things configured? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, I haven't tried it yet. However, I searched for information and couldn't find any documentation or details about whether this is possible and which endpoint I have to use. I am also unsure about how to write the PromQL query in the request.......... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am new to Thanos, and I need to retrieve data from a Thanos component (querier or store bucket) programmatically via HTTP requests. Retrieving data programmatically from Prometheus seems straightforward, and I found a helpful guide here. However, I am having difficulty finding equivalent documentation or resources to do a similar thing in Thanos.
For instance, I have a PromQL query, and I need to send this query via an HTTP request (not using the dashboard) to the querier or another Thanos component.
If anyone can provide guidance or assistance, I would greatly appreciate it. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions