We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d26d9 commit bf00584Copy full SHA for bf00584
pkg/replication/replication.go
@@ -988,10 +988,10 @@ func (q ReplQueueStats) QStats() (r ReplQStats) {
988
989
// MetricsV2 represents replication metrics for a bucket.
990
type MetricsV2 struct {
991
- Uptime int64 `json:"uptime"`
992
- CurrentStats Metrics `json:"currStats"`
993
- QueueStats ReplQueueStats `json:"queueStats"`
994
- DowntimeInfo DowntimeInfo `json:"downtimeInfo"`
+ Uptime int64 `json:"uptime"`
+ CurrentStats Metrics `json:"currStats"`
+ QueueStats ReplQueueStats `json:"queueStats"`
+ DowntimeInfo map[string]DowntimeInfo `json:"downtimeInfo"`
995
}
996
997
// DowntimeInfo represents the downtime info
0 commit comments