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)
pull/6457/merge
Alain Pham 3 years ago committed by GitHub
parent 155eb522e2
commit ca51127592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save