Compare commits

..

No commits in common. "c3a96639424ffe819ec20859d11a4b327fc4bef8" and "530c05c78e81e0be8837fcba30a9c3fcc3bb9bb2" have entirely different histories.

2 changed files with 11 additions and 14 deletions

View file

@ -24,7 +24,7 @@
{ {
"datasource": { "datasource": {
"type": "loki", "type": "loki",
"uid": "loki" "uid": "Loki"
}, },
"gridPos": { "gridPos": {
"h": 24, "h": 24,

View file

@ -89,19 +89,16 @@
provision = { provision = {
enable = true; enable = true;
datasources.settings = { datasources.settings.datasources = [
apiVersion = 1;
datasources = [
{ {
name = "Loki"; name = "Loki";
type = "loki"; type = "loki";
access = "proxy"; access = "proxy";
url = "http://127.0.0.1:3100"; url = "http://127.0.0.1:3100";
isDefault = true; isDefault = true;
uid = "loki"; uid = "Loki";
} }
]; ];
};
dashboards.settings.providers = [ dashboards.settings.providers = [
{ {
name = "default"; name = "default";