How can I use grafana in --alert.query-url?
#8080
Replies: 2 comments 9 replies
-
|
To link Grafana's explore page to Thanos alerts using the thanos rule \
--alert.query-url "http://your-grafana-instance:3000" \
...This configuration tells Thanos to use the specified URL as the base for linking alerts in the UI, allowing users to navigate directly to the Grafana explore page for further investigation [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
|
For anyone landing here, this is how i was able to solve it. I deploy my Based on Grafana's Generate Explore URLs from External Tools docs The plan is to provide an URL encoded JSON object in the Using an online tool like meyerweb/dencoder we can see the shape of the JSON object. Notice how i'm using Helm templates to render the datasource UID ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like the alert Source to be explore page of grafana website, how can I do it.
Beta Was this translation helpful? Give feedback.
All reactions