From 232bdca2add4253981b0873188663069f74a0610 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 11 Jun 2023 18:53:04 +0200 Subject: Add ability to specify target path prefix This will decrease the amount of redundant configuration for users by allowing them to specify a general prefix on global / exporter / play level Signed-off-by: Colin Wilk --- meta/argument_specs.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/argument_specs.yml') diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index ec16ae0..270bf68 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -13,6 +13,10 @@ argument_specs: ################################################################################ # Optional ################################################################################ + prometheus_target_exporter_target_prefix: + type: str + required: false + default: '' prometheus_target_strategy: type: str @@ -71,6 +75,9 @@ argument_specs: path: type: str required: false + path_prefix: + type: str + required: false host: type: str required: false -- cgit v1.2.3