Skip to content

Commit b1c62f5

Browse files
authored
remove ingester v2 (#4824)
Signed-off-by: Alan Protasio <[email protected]> Signed-off-by: Alan Protasio <[email protected]>
1 parent e4ebfb7 commit b1c62f5

File tree

5 files changed

+6249
-6356
lines changed

5 files changed

+6249
-6356
lines changed

Diff for: pkg/ingester/flush.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import (
77
// Flush triggers a flush of all the chunks and closes the flush queues.
88
// Called from the Lifecycler as part of the ingester shutdown.
99
func (i *Ingester) Flush() {
10-
i.v2LifecyclerFlush()
10+
i.lifecyclerFlush()
1111
}
1212

1313
// FlushHandler triggers a flush of all in memory chunks. Mainly used for
1414
// local testing.
1515
func (i *Ingester) FlushHandler(w http.ResponseWriter, r *http.Request) {
16-
i.v2FlushHandler(w, r)
16+
i.flushHandler(w, r)
1717
}

0 commit comments

Comments
 (0)