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";
|
type = "prometheus";
|
||||||
uid = "mimir";
|
uid = "mimir";
|
||||||
access = "proxy";
|
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;
|
basicAuth = false;
|
||||||
jsonData = {
|
jsonData = {
|
||||||
httpMethod = "POST";
|
httpMethod = "POST";
|
||||||
|
|
Loading…
Reference in a new issue