Skip to content

Commit

Permalink
Fix filtering documentation in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pstranak-sw committed Dec 6, 2024
1 parent 2818b82 commit 401a1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ otel:
# This filter is applied after metric processing, it is the place where metrics could be filtered out
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor for configuration reference
# With filter conditions we build a global blacklist. So if we exclude data, let's say by specific namespace,
# we need to allow other data to be collected. The following example excludes all data from namespace 'foo',
# we need to allow other data to be collected. The following example excludes all data from namespaces other than 'foo',
# but we need to add a condition that allows data without namespace attribute to be collected.
# filter:
# metric:
Expand Down Expand Up @@ -345,7 +345,7 @@ otel:
# This filter is applied after events processing, it is the place where events could be filtered out
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor for configuration reference
# With filter conditions we build a global blacklist. So if we exclude data, let's say by specific namespace,
# we need to allow other data to be collected. The following example excludes all data from namespace 'foo',
# we need to allow other data to be collected. The following example excludes all data from namespaces other than 'foo',
# but we need to add a condition that allows data without namespace attribute to be collected.
# filter:
# log_record:
Expand Down Expand Up @@ -513,7 +513,7 @@ otel:
# default (since k8s collector 4.0.0) is to collect all logs
#
# With filter conditions we build a global blacklist. So if we exclude data, let's say by specific namespace,
# we need to allow other data to be collected. The following example excludes all data from namespace 'foo',
# we need to allow other data to be collected. The following example excludes all data from namespaces other than 'foo',
# but we need to add a condition that allows data without namespace attribute to be collected.
# filter:
# log_record:
Expand Down

0 comments on commit 401a1a6

Please sign in to comment.