File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Exporter.Zipkin Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 4
4
#nullable enable
5
5
6
6
using System . Diagnostics ;
7
- using Microsoft . Extensions . Configuration ;
8
7
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation ;
9
8
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation . Transmission ;
10
9
using OpenTelemetry . Logs ;
Original file line number Diff line number Diff line change 1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
- using Microsoft . Extensions . Configuration ;
5
4
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation ;
6
5
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation . Transmission ;
7
6
using OpenTelemetry . Metrics ;
Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
using System . Diagnostics ;
5
- using Microsoft . Extensions . Configuration ;
6
5
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation ;
7
6
using OpenTelemetry . Exporter . OpenTelemetryProtocol . Implementation . Transmission ;
8
7
using OtlpCollector = OpenTelemetry . Proto . Collector . Trace . V1 ;
Original file line number Diff line number Diff line change 10
10
using System . Net . Sockets ;
11
11
using System . Runtime . CompilerServices ;
12
12
using System . Text . Json ;
13
- using Microsoft . Extensions . Configuration ;
14
13
using OpenTelemetry . Exporter . Zipkin . Implementation ;
15
14
using OpenTelemetry . Internal ;
16
15
using OpenTelemetry . Resources ;
You can’t perform that action at this time.
0 commit comments