We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729ba1 commit 2510146Copy full SHA for 2510146
api/prometheus/v1/api.go
@@ -692,9 +692,9 @@ type TSDBHeadStats struct {
692
693
// WalReplayStatus represents the wal replay status.
694
type WalReplayStatus struct {
695
- Min int `json:"min"`
696
- Max int `json:"max"`
697
- Current int `json:"current"`
+ StartOffset int `json:"startOffset"`
+ EndOffset int `json:"endOffset"`
+ Current int `json:"current"`
698
}
699
700
// Stat models information about statistic value.
0 commit comments