loki: add apiVersion
This commit is contained in:
parent
476939b9b5
commit
f2ebf66262
2 changed files with 14 additions and 11 deletions
|
|
@ -89,16 +89,19 @@
|
|||
|
||||
provision = {
|
||||
enable = true;
|
||||
datasources.settings.datasources = [
|
||||
{
|
||||
name = "Loki";
|
||||
type = "loki";
|
||||
access = "proxy";
|
||||
url = "http://127.0.0.1:3100";
|
||||
isDefault = true;
|
||||
uid = "Loki";
|
||||
}
|
||||
];
|
||||
datasources.settings = {
|
||||
apiVersion = 1;
|
||||
datasources = [
|
||||
{
|
||||
name = "Loki";
|
||||
type = "loki";
|
||||
access = "proxy";
|
||||
url = "http://127.0.0.1:3100";
|
||||
isDefault = true;
|
||||
uid = "loki";
|
||||
}
|
||||
];
|
||||
};
|
||||
dashboards.settings.providers = [
|
||||
{
|
||||
name = "default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue