SQL Expressions: Add Exemplars to instrumentation (#110481)
follow up to #109633
This commit is contained in:
@@ -294,3 +294,7 @@ func (ts *testSpan) SetStatus(code codes.Code, msg string) {}
|
||||
func (ts *testSpan) AddEvent(name string, opts ...trace.EventOption) {}
|
||||
|
||||
func (ts *testSpan) SetAttributes(kv ...attribute.KeyValue) {}
|
||||
|
||||
func (ts *testSpan) SpanContext() trace.SpanContext {
|
||||
return trace.SpanContext{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user