Private
Public Access
1
0

Update tracing API
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-22 12:01:43 -07:00
parent f9b521664d
commit ceddc2564d
7 changed files with 40 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ func (s ServerQueries) Less(i, j int) bool {
func (d *ClickHouse) ServerAnswerCounts(ctx context.Context, serverIP string, days int) (ServerQueries, error) {
ctx, span := tracing.NewTracer("fooxx").Start(ctx, "ServerAnswerCounts")
ctx, span := tracing.Tracer().Start(ctx, "ServerAnswerCounts")
defer span.End()
conn := d.conn