3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #122833 from helsinki-systems/feat/prometheus-metric-relabel

nixos/prometheus: Add support for metric relabeling
This commit is contained in:
Maximilian Bosch 2021-05-21 23:13:41 +02:00 committed by GitHub
commit a2379c69a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,6 +386,10 @@ let
List of relabel configurations. List of relabel configurations.
''; '';
metric_relabel_configs = mkOpt (types.listOf promTypes.relabel_config) ''
List of metric relabel configurations.
'';
sample_limit = mkDefOpt types.int "0" '' sample_limit = mkDefOpt types.int "0" ''
Per-scrape limit on number of scraped samples that will be accepted. Per-scrape limit on number of scraped samples that will be accepted.
If more than this number of samples are present after metric relabelling If more than this number of samples are present after metric relabelling