Update Go and dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user