Private
Public Access
1
0

Add png graph handler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-09 13:53:56 -08:00
parent 69cc4b4e80
commit e824274998
13 changed files with 400 additions and 135 deletions

View File

@@ -24,9 +24,7 @@ const pointSymbol = "‱"
func (srv *Server) dnsAnswers(c echo.Context) error {
log := logger.Setup()
ctx := c.Request().Context()
ctx, span := tracing.Tracer().Start(ctx, "dnsanswers")
ctx, span := tracing.Tracer().Start(c.Request().Context(), "dnsanswers")
defer span.End()
// for errors and 404s, a shorter cache time