From 2c7bb39a28c1c835bc26c4f82f50bc53f7d5a014 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:47:05 -0800 Subject: [PATCH] [chore] fix doc As reported by @martinjt, the instances configuration needed updating --- receiver/windowsperfcountersreceiver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/windowsperfcountersreceiver/README.md b/receiver/windowsperfcountersreceiver/README.md index 5a726b9fc759..674573f891c1 100644 --- a/receiver/windowsperfcountersreceiver/README.md +++ b/receiver/windowsperfcountersreceiver/README.md @@ -142,7 +142,7 @@ receivers: attributes: state: active - object: "Processor" - instances: [1, 2] + instances: ["1", "2"] counters: - name: "% Idle Time" metric: processor.time