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";
{ type = "loki";
name = "Loki"; access = "proxy";
type = "loki"; url = "http://127.0.0.1:3100";
access = "proxy"; isDefault = true;
url = "http://127.0.0.1:3100"; uid = "Loki";
isDefault = true; }
uid = "loki"; ];
}
];
};
dashboards.settings.providers = [ dashboards.settings.providers = [
{ {
name = "default"; name = "default";