accessing mimir-distributed with a subpath /mimir #8361
Unanswered
DontWanna1
asked this question in
Help and support
Replies: 1 comment 2 replies
-
I think you're looking for these two config options api:
# (advanced) HTTP URL path under which the Alertmanager ui and api will be
# served.
# CLI flag: -http.alertmanager-http-prefix
alertmanager_http_prefix: <string> | default = "/alertmanager"
# (advanced) HTTP URL path under which the Prometheus api will be served.
# CLI flag: -http.prometheus-http-prefix
prometheus_http_prefix: <string> | default = "/prometheus" you can change them to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to deploy the lgtm-distributed helm chart on a k3s cluster.
grafana:
section to serve a subpathThe noteworthy part is
root_url: "%(protocol)s://%(domain)s:%(http_port)s/grafana"
, which tells grafana to properly redirect (or something)3. I can configure mimirs ingress to listen at
/mimir
, however, when trying to curl `curl myhost.com/mimir' I receive:While reading through: https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/values.yaml
I noticed the line 2956:
I recon that there needs to be some information on how to handle the additional path.
How can I do this?
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions