mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 03:37:29 -06:00
[chore] bump bun library versions (#2837)
This commit is contained in:
parent
6bb43f3f9b
commit
1018cde107
22 changed files with 403 additions and 388 deletions
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/otel.go
generated
vendored
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/otel.go
generated
vendored
|
|
@ -101,7 +101,7 @@ func (t *dbInstrum) withSpan(
|
|||
trace.WithSpanKind(trace.SpanKindClient),
|
||||
trace.WithAttributes(attrs...))
|
||||
err := fn(ctx, span)
|
||||
span.End()
|
||||
defer span.End()
|
||||
|
||||
if query != "" {
|
||||
t.queryHistogram.Record(ctx, time.Since(startTime).Milliseconds(), metric.WithAttributes(t.attrs...))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue