Merge pull request #153314 from Mic92/prometheus

prometheus: add authorization section
This commit is contained in:
Jörg Thalheim 2022-01-04 08:34:51 +00:00 committed by GitHub
commit 0432195a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,6 +251,13 @@ let
promTypes.scrape_config = types.submodule {
options = {
authorization = mkOption {
type = types.attrs;
default = {};
description = ''
Sets the `Authorization` header on every scrape request with the configured credentials.
'';
};
job_name = mkOption {
type = types.str;
description = ''