From cddfbad1517d5f53162374dbeccd55d5a1b25cf3 Mon Sep 17 00:00:00 2001 From: fuling Date: Wed, 13 Jan 2021 11:41:39 +0800 Subject: [PATCH] [doc] fix:querier do not handle "/flush" api --- docs/sources/api/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/api/_index.md b/docs/sources/api/_index.md index 7ac7803a9e88..c2f0f24bdd4d 100644 --- a/docs/sources/api/_index.md +++ b/docs/sources/api/_index.md @@ -95,7 +95,6 @@ These endpoints are exposed by the querier and the frontend: - [`POST /api/prom/push`](#post-apiprompush) - [Examples](#examples-8) - [`GET /ready`](#get-ready) - - [`POST /flush`](#post-flush) - [`GET /metrics`](#get-metrics) - [Series](#series) - [Examples](#examples-9)