1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/sdk/instrumentation
Damien Mathieu 3e17ef99d6
Allow relying on InstrumentationScope in SpanStub and fix remaining deprecation issues (#5627)
Rather than the deprecated InstrumentationLibrary

This is a replacement for
https://github.com/open-telemetry/opentelemetry-go/pull/3104, as after
this, there is no usage of `instrumentation.Library` within the SDK
anymore.

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Sam Xie <sam@samxie.me>
2024-07-24 09:33:07 +02:00
..
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
library.go Allow relying on InstrumentationScope in SpanStub and fix remaining deprecation issues (#5627) 2024-07-24 09:33:07 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
scope.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00

SDK Instrumentation

PkgGoDev