From b94de15083030a26ea5dd5339dc5a1c3a32836de Mon Sep 17 00:00:00 2001 From: Michael Hausenblas Date: Thu, 5 Oct 2023 20:16:53 +0100 Subject: [PATCH] [DOC] Fixes collector config of PRW example (#27440) Fixes a bug in the PRW example YAML, the `target_info` indentation. This is a docs update. Don't we all love YAML? ;) --- connector/spanmetricsconnector/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connector/spanmetricsconnector/README.md b/connector/spanmetricsconnector/README.md index f1334b9c9490..679522e67101 100644 --- a/connector/spanmetricsconnector/README.md +++ b/connector/spanmetricsconnector/README.md @@ -164,8 +164,8 @@ receivers: exporters: prometheusremotewrite: endpoint: http://localhost:9090/api/v1/write - target_info: - enabled: true + target_info: + enabled: true connectors: spanmetrics: