Skip to content

Commit db886f4

Browse files
author
Ignacio Bonafonte
authored
Merge branch 'main' into Update-SemanticAttributes-and-ResourceAttributes
2 parents 3bf760b + e78e701 commit db886f4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Package.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,20 @@ let package = Package(
1111
.watchOS(.v3)],
1212
products: [
1313
.library(name: "OpenTelemetryApi", type: .static, targets: ["OpenTelemetryApi"]),
14-
.library(name: "libOpenTelemetryApi", type: .static, targets: ["OpenTelemetryApi"]),
1514
.library(name: "OpenTelemetrySdk", type: .static, targets: ["OpenTelemetrySdk"]),
16-
.library(name: "libOpenTelemetrySdk", type: .static, targets: ["OpenTelemetrySdk"]),
1715
.library(name: "ResourceExtension", type: .static, targets: ["ResourceExtension"]),
18-
.library(name: "libResourceExtension", type: .static, targets: ["ResourceExtension"]),
1916
.library(name: "URLSessionInstrumentation", type: .static, targets: ["URLSessionInstrumentation"]),
20-
.library(name: "libURLSessionInstrumentation", type: .static, targets: ["URLSessionInstrumentation"]),
2117
.library(name: "SignPostIntegration", type: .static, targets: ["SignPostIntegration"]),
22-
.library(name: "libSignPostIntegration", type: .static, targets: ["SignPostIntegration"]),
2318
.library(name: "OpenTracingShim-experimental", type: .static, targets: ["OpenTracingShim"]),
24-
.library(name: "libOpenTracingShim-experimental", type: .static, targets: ["OpenTracingShim"]),
2519
.library(name: "SwiftMetricsShim", type: .static, targets: ["SwiftMetricsShim"]),
26-
.library(name: "libSwiftMetricsShim", type: .static, targets: ["SwiftMetricsShim"]),
2720
.library(name: "JaegerExporter", type: .static, targets: ["JaegerExporter"]),
28-
.library(name: "libJaegerExporter", type: .static, targets: ["JaegerExporter"]),
2921
.library(name: "ZipkinExporter", type: .static, targets: ["ZipkinExporter"]),
30-
.library(name: "libZipkinExporter", type: .static, targets: ["ZipkinExporter"]),
3122
.library(name: "StdoutExporter", type: .static, targets: ["StdoutExporter"]),
32-
.library(name: "libStdoutExporter", type: .static, targets: ["StdoutExporter"]),
3323
.library(name: "PrometheusExporter", type: .static, targets: ["PrometheusExporter"]),
34-
.library(name: "libPrometheusExporter", type: .static, targets: ["PrometheusExporter"]),
3524
.library(name: "OpenTelemetryProtocolExporter", type: .static, targets: ["OpenTelemetryProtocolExporter"]),
36-
.library(name: "libOpenTelemetryProtocolExporter", type: .static, targets: ["OpenTelemetryProtocolExporter"]),
3725
.library(name: "InMemoryExporter", type: .static, targets: ["InMemoryExporter"]),
38-
.library(name: "libInMemoryExporter", type: .static, targets: ["InMemoryExporter"]),
3926
.library(name: "DatadogExporter", type: .static, targets: ["DatadogExporter"]),
40-
.library(name: "libDatadogExporter", type: .static, targets: ["DatadogExporter"]),
4127
.library(name: "NetworkStatus", type: .static, targets: ["NetworkStatus"]),
42-
.library(name: "libNetworkStatus", type: .static, targets: ["NetworkStatus"]),
4328
.executable(name: "simpleExporter", targets: ["SimpleExporter"]),
4429
.executable(name: "OTLPExporter", targets: ["OTLPExporter"]),
4530
.executable(name: "loggingTracer", targets: ["LoggingTracer"]),

0 commit comments

Comments
 (0)