mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 10:13:43 +08:00
Bug Fix: Restore health check error (#75508)
This commit is contained in:

committed by
GitHub

parent
d24dc7f156
commit
af8a46adbb
@ -188,7 +188,7 @@ func (s *Service) CheckHealth(ctx context.Context, req *backend.CheckHealthReque
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return nil, plugins.ErrPluginDownstreamErrorBase.Errorf("client: failed to check health: %w", err)
|
||||
return nil, plugins.ErrPluginHealthCheck.Errorf("client: failed to check health: %w", err)
|
||||
}
|
||||
|
||||
return resp, nil
|
||||
|
Reference in New Issue
Block a user