interop-otel/src.vanillaTracerFactory
vanillaTracerFactory(name, version?): Tracer
Returns a Tracer instance with the given name & (optionally) version.
| Name | Type | Description |
|---|---|---|
name | string | Name of the tracer unit; must be unique within the application. |
version? | string | Optional version of the tracer unit. |
Tracer
The tracer instance.