From ca51127592bfd34b6b579110ae4fa2f4f9f83a33 Mon Sep 17 00:00:00 2001 From: Alain Pham Date: Fri, 21 Apr 2023 17:00:52 +0200 Subject: [PATCH] POST /loki/api/v1/push should not be on query path (#9220) POST /loki/api/v1/push is on the write path on the distributor and should not be the query frontend (read path) --- 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 46f34abc76..dcd0f1a0d4 100644 --- a/docs/sources/api/_index.md +++ b/docs/sources/api/_index.md @@ -34,7 +34,6 @@ These endpoints are exposed by the querier and the query frontend: - [`GET /loki/api/v1/series`](#list-series) - [`GET /loki/api/v1/index/stats`](#index-stats) - [`GET /loki/api/v1/tail`](#stream-log-messages) -- [`POST /loki/api/v1/push`](#push-log-entries-to-loki) - [`GET /ready`](#identify-ready-loki-instance) - [`GET /metrics`](#return-exposed-prometheus-metrics) - **Deprecated** [`GET /api/prom/tail`](#get-apipromtail)