Skip to content

Commit 7379247

Browse files
committed
Exporter.OpenTelemetryProtocol - GRPC - drop references to System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport
.NET Core 3.x is no longer supported
1 parent 213ef99 commit 7379247

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/BaseOtlpGrpcExportClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ protected BaseOtlpGrpcExportClient(OtlpExporterOptions options)
2020
Guard.ThrowIfNull(options);
2121
Guard.ThrowIfInvalidTimeout(options.TimeoutMilliseconds);
2222

23-
ExporterClientValidation.EnsureUnencryptedSupportIsEnabled(options);
24-
2523
this.Endpoint = new UriBuilder(options.Endpoint).Uri;
2624
this.Headers = options.GetMetadataFromHeaders();
2725
this.TimeoutMilliseconds = options.TimeoutMilliseconds;

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/ExporterClientValidation.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)