SQL Expressions: Add Exemplars to instrumentation (#110481)

follow up to #109633
This commit is contained in:
Kyle Brandt
2025-09-03 13:25:44 -04:00
committed by GitHub
parent bbc401a6be
commit 00ab80a2f6
2 changed files with 50 additions and 3 deletions
+4
View File
@@ -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{}
}