1
0
Fork 0

Follow OTel semantic conventions for root span naming

This commit is contained in:
Alex Waring 2025-08-22 15:45:04 +01:00 committed by GitHub
parent fd8a64ca95
commit fcae39bf13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 22 deletions

View file

@ -37,7 +37,7 @@ func (t *mockTracer) Start(ctx context.Context, name string, opts ...trace.SpanS
return trace.ContextWithSpan(ctx, span), span
}
// mockSpan is an implementation of Span that preforms no operations.
// mockSpan is an implementation of Span that performs no operations.
type mockSpan struct {
embedded.Span