-
I have setup my own prometheus query endpoint (with custom data source). Is it possible to setup only cortex front-end which talks to this endpoint instead of its own querier and gives me all the goodness of query caching etc. |
Beta Was this translation helpful? Give feedback.
Answered by
pstibrany
Jun 16, 2021
Replies: 1 comment
-
Hello. Yes, that is possible. Please take a look here: https://cortexmetrics.io/docs/configuration/prometheus-frontend/ The trick is to set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srijan55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Yes, that is possible. Please take a look here: https://cortexmetrics.io/docs/configuration/prometheus-frontend/
The trick is to set
downstream_url
field in thefrontend
section and only startquery-frontend
component from Cortex (usingtarget
field).