mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
Add deploymentID to ServerInfo (#7372)
This commit is contained in:
committed by
Nitish Tiwari
parent
328eb74cbb
commit
8a77a298f2
@@ -72,11 +72,12 @@ type StorageInfo struct {
|
||||
// ServerProperties holds some of the server's information such as uptime,
|
||||
// version, region, ..
|
||||
type ServerProperties struct {
|
||||
Uptime time.Duration `json:"uptime"`
|
||||
Version string `json:"version"`
|
||||
CommitID string `json:"commitID"`
|
||||
Region string `json:"region"`
|
||||
SQSARN []string `json:"sqsARN"`
|
||||
Uptime time.Duration `json:"uptime"`
|
||||
Version string `json:"version"`
|
||||
CommitID string `json:"commitID"`
|
||||
DeploymentID string `json:"deploymentID"`
|
||||
Region string `json:"region"`
|
||||
SQSARN []string `json:"sqsARN"`
|
||||
}
|
||||
|
||||
// ServerConnStats holds network information
|
||||
|
||||
Reference in New Issue
Block a user