1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

8 Commits

Author SHA1 Message Date
Harshavardhana
1aa5858543
move madmin to github.com/minio/madmin-go () 2021-05-06 08:52:02 -07:00
Harshavardhana
069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Anis Elleuch
2c296652f7
Simplify access to local node name ()
The local node name is heavily used in tracing, create a new global 
variable to store it. Multiple goroutines can access it since it won't be
changed later.
2021-03-26 11:37:58 -07:00
Harshavardhana
0b9c17443e
update gopsutil to use the v3 API () 2021-03-01 00:15:46 -08:00
Shireesh Anjal
97fe57bba9
Remove Connections from SysProcess struct ()
The connections info of the processes takes up a huge amount of space,
and is not important for adding any useful health checks. Removing it
will significantly reduce the size of the subnet health report.
2021-02-05 21:32:28 -08:00
Anis Elleuch
c7eacba41c
health-info: Add tags to errors ()
We use multiple libraries in health info, but the returned error does
not indicate exactly what library call is failing, hence adding named
tags to returned errors whenever applicable.
2021-02-05 12:37:15 -08:00
Harshavardhana
4ec45753e6 rename server sets to server pools 2020-12-01 13:50:33 -08:00
Shireesh Anjal
7bc47a14cc
Rename OBD to Health ()
Also, Remove thread stats and openfds from the health report 
as we already have process stats and numfds
2020-11-20 12:52:53 -08:00