Follow OTel semantic conventions for root span naming
This commit is contained in:
parent
fd8a64ca95
commit
fcae39bf13
6 changed files with 59 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue