Skip to content

Commit

Permalink
Exporter.OpenTelemetryProtocol - GRPC - drop references to System.Net…
Browse files Browse the repository at this point in the history
….Http.SocketsHttpHandler.Http2UnencryptedSupport

.NET Core 3.x is no longer supported
  • Loading branch information
Kielek committed Mar 28, 2024
1 parent 213ef99 commit 7379247
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ protected BaseOtlpGrpcExportClient(OtlpExporterOptions options)
Guard.ThrowIfNull(options);
Guard.ThrowIfInvalidTimeout(options.TimeoutMilliseconds);

ExporterClientValidation.EnsureUnencryptedSupportIsEnabled(options);

this.Endpoint = new UriBuilder(options.Endpoint).Uri;
this.Headers = options.GetMetadataFromHeaders();
this.TimeoutMilliseconds = options.TimeoutMilliseconds;
Expand Down

This file was deleted.

0 comments on commit 7379247

Please sign in to comment.