We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0090ed commit 3c35345Copy full SHA for 3c35345
1 file changed
packages/opentelemetry-core/src/common/types.ts
@@ -43,6 +43,11 @@ export interface ShimWrapped {
43
__original: Function;
44
}
45
46
+/**
47
+ * An instrumentation library consists of the name and version used to
48
+ * obtain a tracer or meter from a provider. This metadata is made available
49
+ * on ReadableSpan and MetricRecord for use by the export pipeline.
50
+ */
51
export interface InstrumentationLibrary {
52
readonly name: string;
53
readonly version: string;
0 commit comments