This commit is contained in:
iFargle 2023-06-30 18:00:20 +09:00
parent 2b8ca1c805
commit 8f125068b8

View file

@ -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";
};];
};];
}];
}];
};
};
}