diff --git a/processor/k8sprocessor/config.go b/processor/k8sprocessor/config.go index 46334b5c4a0f1..dbea2eaead229 100644 --- a/processor/k8sprocessor/config.go +++ b/processor/k8sprocessor/config.go @@ -70,13 +70,14 @@ type ExtractConfig struct { // FieldExtractConfig allows specifying an extraction rule to extract a value from exactly one field. // // The field accepts a list FilterExtractConfig map. The map accepts three keys -// tag-name, key and regex +// tag_name, key and regex // -// - tag-name represents the name of the tag that will be added to the span. +// - tag_name represents the name of the tag that will be added to the span. // When not specified a default tag name will be used of the format: -// k8s.. -// For example, if tag-name is not specified and the key is git_sha, -// then the span name will be `k8s.annotation.deployment.git_sha`. +// k8s.pod.annotations. +// k8s.pod.labels.