Private
Public Access
1
0

Update Go and dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-12 22:14:15 -08:00
parent 47b96cd598
commit 6b84bbe5e1
6 changed files with 60 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ func (srv *Server) graphImage(c echo.Context) error {
serverID := c.Param("server")
imageType := c.Param("type")
log = log.With("serverID", serverID).With("type", imageType)
log.Info("graph parameters")
log.InfoContext(ctx, "graph parameters")
span.SetAttributes(attribute.String("url.server_parameter", serverID))