add support for additional prometheus labels for query (#1936)
This commit is contained in:
@@ -47,7 +47,8 @@ func getVersionResponse(params systemApi.CheckMinIOVersionParams) (*models.Check
|
||||
ver, err := utils.GetLatestMinIOImage(&xhttp.Client{
|
||||
Client: &http.Client{
|
||||
Timeout: 15 * time.Second,
|
||||
}})
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
return nil, ErrorWithContext(ctx, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user