wyhaines / opentelemetry-api.cr

The core of open telemetry instrumentation is the OpenTelemetry API/SDK. The initial aim of this shard is to implement the OpenTelemetry specification for metrics, traces, and logs.
Apache License 2.0
12 stars 1 forks source link

Bugfix for failing specs on traces #1

Closed wyhaines closed 2 years ago

wyhaines commented 2 years ago

If a trace was created without an exporter, it could linger. After the change, traces that lack exporters ultimately have their spans discarded. This should fix the spec failures.