FlushHandler triggers a flush of all in memory chunks. Mainly used for local testing.
(w http.ResponseWriter, r *http.Request)
| 13 | // FlushHandler triggers a flush of all in memory chunks. Mainly used for |
| 14 | // local testing. |
| 15 | func (i *Ingester) FlushHandler(w http.ResponseWriter, r *http.Request) { |
| 16 | i.flushHandler(w, r) |
| 17 | } |
nothing calls this directly
no test coverage detected