Skip to content

Commit 8497531

Browse files
Update troubleshoot/ingest/opentelemetry/edot-sdks/dotnet/index.md
Co-authored-by: Aleksandra Spilkowska <[email protected]>
1 parent 4ee62ec commit 8497531

File tree

1 file changed

+1
-3
lines changed
  • troubleshoot/ingest/opentelemetry/edot-sdks/dotnet

1 file changed

+1
-3
lines changed

troubleshoot/ingest/opentelemetry/edot-sdks/dotnet/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ When using custom processors, be aware that they may not run before data is expo
202202

203203
By default, EDOT .NET simplifies the getting started experience by applying [opinionated defaults](elastic-otel-dotnet://reference/edot-dotnet/setup/edot-defaults.md). These defaults include registering the OTLP exporter with the OpenTelemetry SDK so that telemetry data is exported automatically, without requiring additional code.
204204

205-
In advanced scenarios, you may develop custom processors to enrich signal data with custom logic before it
206-
passes to the next processor in the pipeline. In such circumstances, you will add the processor to the relevant
207-
signal provider builder.
205+
In advanced scenarios, you might want to develop custom processors that enrich telemetry data before it passes through the rest of the processing pipeline. In such circumstances, you have to add the processor to the relevant signal provider builder.
208206

209207
For example, one may try to use the following code to register a custom processor for trace data using
210208
the `TracerProviderBuilder`.

0 commit comments

Comments
 (0)