Skip to content

Commit

Permalink
Update README.md (#34990)
Browse files Browse the repository at this point in the history
I think this URL has changed?
  • Loading branch information
gjtorikian authored Sep 3, 2024
1 parent 119ad9b commit 58b5bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/filterprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the table below for details on each context and the fields it exposes.
| `logs.log_record` | [Log](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/contexts/ottllog/README.md) |

The OTTL allows the use of `and`, `or`, and `()` in conditions.
See [OTTL Boolean Expressions](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md#boolean-expressions) for more details.
See [OTTL Boolean Expressions](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/LANGUAGE.md#boolean-expressions) for more details.

For conditions that apply to the same signal, such as spans and span events, if the "higher" level telemetry matches a condition and is dropped, the "lower" level condition will not be checked.
This means that if a span is dropped but a span event condition was defined, the span event condition will not be checked for that span.
Expand Down

0 comments on commit 58b5bb9

Please sign in to comment.