Skip to content

Commit

Permalink
Add correction to Filter in AspNetCore instrumentation (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Mar 30, 2021
1 parent efe2d96 commit a71de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Instrumentation.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services.AddOpenTelemetryTracing(
It is important to note that this `Filter` option is specific to this
instrumentation. OpenTelemetry has a concept of a
[Sampler](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#sampling),
and the `Filter` option does the filtering *before* the Sampler is invoked.
and the `Filter` option does the filtering *after* the Sampler is invoked.

### Enrich

Expand Down

0 comments on commit a71de53

Please sign in to comment.