From c267536ecfbcf37e68226ade2ed29c3b1f356a98 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Tue, 11 Aug 2026 00:54:41 +0200 Subject: Add `state` option for removing exporters --- meta/argument_specs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'meta/argument_specs.yml') diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index b35c993..f0477a9 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -121,6 +121,13 @@ argument_specs: type: dict required: false description: Labels to match the target group in the YAML file (yaml strategy only) + state: + type: str + required: false + default: present + choices: + - present + - absent prometheus_target_default_exporters: type: list @@ -144,6 +151,13 @@ argument_specs: type: dict required: false description: Labels to match the target group in the YAML file (yaml strategy only) + state: + type: str + required: false + default: present + choices: + - present + - absent prometheus_target_skip_default_exporters: type: bool -- cgit v1.2.3