-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VictoriaMetrics as prometheus.server.endpoint #1917
Comments
I am having a similar issue but using nginx is a less than ideal workaround. In my
I am attempting to run cruise control in a docker container, so at
All of these fail with this same error:
The cruise control version I am using is Is this a known bug or do I have something misconfigured elsewhere? |
I am also getting the same error as @GideonStowell when setting prometheus.server.endpoint=${env:PROMETHEUS_SERVER} as |
@clkelly-r7 |
@GideonStowell that solved my issue as well, thank you! |
Did create a PR that fixes that specific issue for me |
Met same issue when I trying to use amazon prometheus query endpoint: |
Hello.
I use victoriametrics instead of prometheus.
The endpoint URL of victoriametrics is vmselect-vmcluster-persistent.monitoring:8481/select/0/prometheus.
But if I set this endpoint in prometheus.server.endpoint option - I get error:
Invalid HTTP host: vmselect-vmcluster-persistent.monitoring:8481/select/0/prometheus for configuration Prometheus endpoint URI is malformed, expected schema://host:port, provided vmselect-vmcluster-persistent.monitoring:8481/select/0/prometheus
The only solution I found is to use nginx as a proxy server:
Thanks!
The text was updated successfully, but these errors were encountered: