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

Separate SDK functionality from the API, and move it into its own repo #5

Closed wyhaines closed 2 years ago

wyhaines commented 2 years ago

If the API is used without any SDK functionality, it becomes a logical NoP, per the spec. Furthermore, as a specific requirement for contributing the code back to the CNCF, the strict separation between API concerns and SDK concerns must be respected.

Currently, there are SDK capabilities bundled into this API repository. i.e. things like exporters. All SDK-related code should be moved to its own repository.

wyhaines commented 2 years ago

This has been done.

https://github.com/wyhaines/opentelemetry-sdk.cr