bump otel dependencies

This commit is contained in:
Ilia Lazebnik 2024-06-04 11:04:04 +03:00 committed by GitHub
parent 8cff718c53
commit e6b1b05fdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 108 additions and 113 deletions

View file

@ -58,6 +58,7 @@ func (s *mockSpan) SetAttributes(kv ...attribute.KeyValue) {
func (s *mockSpan) End(...trace.SpanEndOption) {}
func (s *mockSpan) RecordError(_ error, _ ...trace.EventOption) {}
func (s *mockSpan) AddEvent(_ string, _ ...trace.EventOption) {}
func (s *mockSpan) AddLink(_ trace.Link) {}
func (s *mockSpan) SetName(name string) { s.name = name }