Private
Public Access
1
0

Add tracing

This commit is contained in:
2023-10-14 04:01:43 -07:00
parent 42dccd28a7
commit f9b521664d
13 changed files with 407 additions and 241 deletions

View File

@@ -50,7 +50,7 @@ func (srv *Server) dnsAnswers(c echo.Context) error {
queryGroup.Go(func() error {
var err error
q := ntpdb.New(srv.db)
q := ntpdb.NewWrappedQuerier(ntpdb.New(srv.db))
zoneStats, err = q.GetZoneStatsV2(ctx, ip.String())
if err != nil {
slog.Error("GetZoneStatsV2", "err", err)