Skip to content

Commit

Permalink
Use admonition type="note"
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Sep 14, 2023
1 parent 9ff6564 commit 87b25ea
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ For example, adding a `span_names` filter could cause the component to error if

The `exclude` block provides an option to exclude data from being fed into the [action] blocks based on the properties of a span, log, or metric records.

> **NOTE**: Signals excluded by the `exclude` block will still be propagated to downstream components.
> If you would like to not propagate certain signals to downstream components,
> consider a processor such as [otelcol.processor.tail_sampling](../otelcol.processor.tail_sampling/).
{{% admonition type="note" %}}
Signals excluded by the `exclude` block will still be propagated to downstream components as-is.
If you would like to not propagate certain signals to downstream components,
consider a processor such as [otelcol.processor.tail_sampling](../otelcol.processor.tail_sampling/).
{{% /admonition %}}

{{< docs/shared lookup="flow/reference/components/match-properties-block.md" source="agent" version="<AGENT VERSION>" >}}

Expand Down

0 comments on commit 87b25ea

Please sign in to comment.