Opentelemetry-go: Is codes package a part of the API?

Created on 7 Sep 2020  路  2Comments  路  Source: open-telemetry/opentelemetry-go

The codes package is living outside of API at the moment but it's a direct dependency to the trace API package. Is there a plan to move codes under api or its current location is intended?

question

All 2 comments

The goal is to move the API up one package level: https://github.com/open-telemetry/opentelemetry-go/issues/964. This was based on your feedback that the API needed to be more front and center. Moving the codes package was a part of this move.

I can close this issue, looks like #964 is taking care of it!

Was this page helpful?
0 / 5 - 0 ratings