Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[otlp] Update README for UseOtlpExporter & new experimental flag #5452

Merged
merged 17 commits into from
Mar 21, 2024
Prev Previous commit
Next Next commit
Tweaks.
  • Loading branch information
CodeBlanch committed Mar 15, 2024
commit ba1fac9f76600e82bbd1d55ab2f9501c8411245f
6 changes: 2 additions & 4 deletions src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@ appBuilder.Services.AddOpenTelemetry()

The `UseOtlpExporter` has the following behaviors:

* Calling `UseOtlpExporter` automatically enables logging, metrics, and tracing.
Calls to `WithLogging`, `WithMetrics`, and/or `WithTracing` are NOT required
when using `UseOtlpExporter` however only telemetry which has been enabled
will be exported.
* Calling `UseOtlpExporter` automatically enables logging, metrics, and tracing
however only telemetry which has been enabled will be exported.

There are different mechanisms available to enable telemetry:

Expand Down