From 120910a7e4304e519e0637db085f29b381722dbe Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Wed, 31 Aug 2022 17:53:53 -0700 Subject: [PATCH] [processor/k8sattributes] Fix a configuration doc line (#13762) --- processor/k8sattributesprocessor/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/k8sattributesprocessor/config.go b/processor/k8sattributesprocessor/config.go index 3003c86e9b9d2..3175cc2ee0808 100644 --- a/processor/k8sattributesprocessor/config.go +++ b/processor/k8sattributesprocessor/config.go @@ -90,7 +90,7 @@ type ExtractConfig struct { // documentation for more details. Annotations []FieldExtractConfig `mapstructure:"annotations"` - // Annotations allows extracting data from pod labels and record it + // Labels allows extracting data from pod labels and record it // as resource attributes. // It is a list of FieldExtractConfig type. See FieldExtractConfig // documentation for more details.