You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-07-17 01:12:45 +02:00
Add TracerProvider tests to oteltest harness (#1607)
* Add TracerProvider tests to oteltest harness * Update Tracer method docs * Fix grammar
This commit is contained in:
@ -558,5 +558,7 @@ type TracerProvider interface {
|
||||
// only if that code provides built-in instrumentation. If the
|
||||
// instrumentationName is empty, then a implementation defined default
|
||||
// name will be used instead.
|
||||
//
|
||||
// This method must be concurrency safe.
|
||||
Tracer(instrumentationName string, opts ...TracerOption) Tracer
|
||||
}
|
||||
|
Reference in New Issue
Block a user