mimir: fix wrong url endpoint for grafana data source
This commit is contained in:
parent
0f45241285
commit
ed49fe7496
|
@ -107,7 +107,7 @@ in
|
|||
type = "prometheus";
|
||||
uid = "mimir";
|
||||
access = "proxy";
|
||||
url = "http://${server.http_listen_address}:${toString server.http_listen_port}";
|
||||
url = "http://${server.http_listen_address}:${toString server.http_listen_port}/prometheus";
|
||||
basicAuth = false;
|
||||
jsonData = {
|
||||
httpMethod = "POST";
|
||||
|
|
Loading…
Reference in a new issue