From 419eaf28cef7a0e920c7dc7144dd1a28721b9b31 Mon Sep 17 00:00:00 2001 From: Luis Vidal Ernst Date: Tue, 27 Apr 2021 12:49:29 +0200 Subject: [PATCH] Fixed windows addon example --- examples/windows.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/windows.jsonnet b/examples/windows.jsonnet index 0c9ff36f..d90fb8da 100644 --- a/examples/windows.jsonnet +++ b/examples/windows.jsonnet @@ -7,9 +7,9 @@ local kp = namespace: 'monitoring', }, windowsScrapeConfig+:: { - static_configs: { + static_configs: [{ targets: ['10.240.0.65:5000', '10.240.0.63:5000'], - }, + }], }, }, };