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

The default service.name is not spec compliant. This needs to be fixed. #10

Closed wyhaines closed 2 years ago

wyhaines commented 2 years ago

Currently, if not specified the service.name is a blank string. The spec calls for different behavior.

Specifically, the default name should be unknown_service:EXECUTABLENAME if not otherwise specified.

wyhaines commented 2 years ago

I am fixing this.