Compare commits
2 commits
530c05c78e
...
c3a9663942
| Author | SHA1 | Date | |
|---|---|---|---|
| c3a9663942 | |||
| f2ebf66262 |
2 changed files with 14 additions and 11 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
"type": "loki",
|
"type": "loki",
|
||||||
"uid": "Loki"
|
"uid": "loki"
|
||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 24,
|
"h": 24,
|
||||||
|
|
|
||||||
|
|
@ -89,16 +89,19 @@
|
||||||
|
|
||||||
provision = {
|
provision = {
|
||||||
enable = true;
|
enable = true;
|
||||||
datasources.settings.datasources = [
|
datasources.settings = {
|
||||||
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue