Add png graph handler
continuous-integration/drone/push Build is passing

This commit is contained in:
ask
2023-12-09 13:54:13 -08:00
parent 69cc4b4e80
commit e824274998
13 changed files with 400 additions and 135 deletions
+1 -3
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