Skip to content

Commit 9138a91

Browse files
changing identifiers for newly implemented min and max functions
Signed-off-by: samuelgrant123 <[email protected]>
1 parent e729ba1 commit 9138a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/prometheus/v1/api.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ type TSDBHeadStats struct {
692692

693693
// WalReplayStatus represents the wal replay status.
694694
type WalReplayStatus struct {
695-
Min int `json:"min"`
696-
Max int `json:"max"`
697-
Current int `json:"current"`
695+
StartOffset int `json:"startOffset"`
696+
EndOffset int `json:"endOffset"`
697+
Current int `json:"current"`
698698
}
699699

700700
// Stat models information about statistic value.

0 commit comments

Comments
 (0)