build(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.24.0 in /go-example/auto-instrumentation #614
Annotations
11 errors
|
Run application(auto-instrumentation)
cannot use &TracerProvider{} (value of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in variable declaration:
|
Run application(auto-instrumentation)
cannot use t (variable of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in return statement:
|
Run application(auto-instrumentation)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as type ReadWriteSpan in variable declaration:
|
Run application(auto-instrumentation)
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
|
Run application(auto-instrumentation)
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in variable declaration:
|
Run application(auto-instrumentation)
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
|
Run application(auto-instrumentation)
cannot use &tracer{} (value of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in variable declaration:
|
Run application(auto-instrumentation)
impossible type assertion: p.(*recordingSpan)
|
Run application(auto-instrumentation)
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
|
Run application(auto-instrumentation)
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
|
Loading