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 = {
|
||||
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