Skip to content

Commit f7cc49d

Browse files
authored
Remove outdated restriction from docs (open-telemetry#2233)
Documentation for processors states: > Only match_type=strict is allowed if "attributes" are specified. but this restriction was removed in https://github.com/open-telemetry/opentelemetry-collector/pull/928/files#diff-4548db28578c2ac90e2b277f24654cfa24fd0f99d854e0fcc4b50871c0b529caL166-R198, and so this doc appears to be outdated. **Testing:** I did not test this, but others (including @tigrannajaryan) have: open-telemetry#1935 (comment) [btw, in case you're curious my interest in this, we are implementing a subset of this behavior at the java agent layer, as we aren't using otel collector. So far only in our vendor distro, though happy to move it to otel javaagent if/when others are interested.]
1 parent f4f68db commit f7cc49d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processor/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ are checked before the `exclude` properties.
208208
209209
# Attributes specifies the list of attributes to match against.
210210
# All of these attributes must match exactly for a match to occur.
211-
# Only match_type=strict is allowed if "attributes" are specified.
212211
# This is an optional field.
213212
attributes:
214213
# Key specifies the attribute to match against.

0 commit comments

Comments
 (0)