test
This commit is contained in:
parent
567ff8902c
commit
2b8ca1c805
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
username = loki-sa;
|
||||
password = null; # https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes;
|
||||
}
|
||||
}];
|
||||
};];
|
||||
scrape_configs = [{
|
||||
job_name = "journal";
|
||||
journal = {
|
||||
|
@ -37,8 +37,8 @@
|
|||
relabel_configs = [{
|
||||
source_labels = [ "__journal__systemd_unit" ];
|
||||
target_label = "unit";
|
||||
}];
|
||||
}];
|
||||
};];
|
||||
};];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue