Fixed the vet issue

This commit is contained in:
Vinothkumar 2025-07-11 10:24:47 +00:00
parent 2b6ff102e4
commit 08b5e7ca62
1 changed files with 0 additions and 7 deletions

View File

@ -93,13 +93,6 @@ type traceSpanInfo struct {
status otelcodes.Code status otelcodes.Code
} }
// traceSpanInfoMapKey is the key struct for constructing a map of trace spans
// retrievable by span name and span kind
type traceSpanInfoMapKey struct {
spanName string
spanKind string
}
// defaultMetricsOptions creates default metrics options // defaultMetricsOptions creates default metrics options
func defaultMetricsOptions(_ *testing.T, methodAttributeFilter func(string) bool) (*opentelemetry.MetricsOptions, *metric.ManualReader) { func defaultMetricsOptions(_ *testing.T, methodAttributeFilter func(string) bool) (*opentelemetry.MetricsOptions, *metric.ManualReader) {
reader := metric.NewManualReader() reader := metric.NewManualReader()