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