1. Grafana 8 changed the format of the query string parameters for the Explore page. 2. vmalert no longer needs the http.pathPrefix argument when behind a reverse proxy, rather it uses the request path like the other Victoria Metrics components.
10 lines
370 B
YAML
10 lines
370 B
YAML
vmalert_datasource_url: http://[::1]:8428
|
|
vmalert_notifier_url: http://[::1]:9093
|
|
vmalert_remote_read_url: http://[::1]:8428
|
|
vmalert_remote_write_url: http://[::1]:8428
|
|
vmalert_external_url: https://grafana.pyrocufflink.blue
|
|
vmalert_external_alert_source: >-
|
|
{% raw -%}
|
|
explore?orgId=1&left=%7B"queries":%5B%7B"expr":"{{$expr|queryEscape}}"%7D%5D%7D
|
|
{%- endraw %}
|