Move InstrumentationLibrary key generation out of TracerProvider #619
Labels
bite sized
This is a small chunk of work (good for new or time limited contributors!)
good first issue
Good for newcomers
help wanted
This issue is looking for someone to work on it
refactoring
Doesn't change behavior, but improves performance or maintainability or removes technical debt.
The generation of a key for a InstrumentationLibrary should be moved out of the TracerProvider class into a utility class in
SDK/Common/Util
, since this funtionality is not only required in theTrace
component/signal.TracerProvider::getTracer
into a dedicated Util classThe text was updated successfully, but these errors were encountered: