Multiple Endpoints for same Backend #511
Unanswered
mrjaved788
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Community Team,
Can we have multiple endpoints of different instances for same Backend (For instance 2 different instance endpoints for Prometheus Backend)? If yes, then how?
I have tried a few things but they didn't work
Method 1:
`backends:
prometheus:
url: "https://my-endpoint-1/prometheus"
prometheus:
url: "https://my-endpoint-2/prometheus" `
Method 2:
`backends:
type: "prometheus"
name: "prometheus-1"
url: "https://my-endpoint-1/prometheus"
type: "prometheus"
name: "prometheus-2"
url: "https://my-endpoint-2/prometheus"
`
Looking forward to a positive response
Thanks
Beta Was this translation helpful? Give feedback.
All reactions