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

[Traces + Logs] Clean up repo exporters to use new DI patterns #3640

Merged
merged 4 commits into from
Sep 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc updates.
CodeBlanch committed Sep 8, 2022
commit f735a50abe26cab141def30120c908c380d6ede1
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@

## Unreleased

* `OtlpExporterOptions` can now be bound to `IConfiguation` and
`HttpClientFactory` may be used to manage the `HttpClient` instance used when
`HttpProtobuf` is configured
([#3640](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3640))

## 1.4.0-alpha.2

Released 2022-Aug-18
5 changes: 3 additions & 2 deletions src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md
Original file line number Diff line number Diff line change
@@ -123,8 +123,9 @@ services.AddOpenTelemetryTracing((builder) => builder

For users using
[IHttpClientFactory](https://docs.microsoft.com/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests)
you may also customize the named "OtlpTraceExporter" or "OtlpMetricExporter"
`HttpClient` using the built-in `AddHttpClient` extension:
you may also customize the named "OtlpTraceExporter", "OtlpMetricExporter",
and/or "OtlpLogExporter" `HttpClient` using the built-in `AddHttpClient`
extension:

```csharp
services.AddHttpClient(