From 6bf7be2a6aff1ea77d80b2b15668b5e830f7d740 Mon Sep 17 00:00:00 2001 From: Dan Cech <dcech@grafana.com> Date: Wed, 5 Dec 2018 15:01:56 -0500 Subject: [PATCH] Fix typos in api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 439af9f2..dab39ea1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -9,11 +9,11 @@ There are 4 API endpoints: - `POST /api/prom/push` - For sending log entries, expects a snappy compresses proto in the HTTP Body. + For sending log entries, expects a snappy compressed proto in the HTTP Body. - `GET /api/prom/query` - For doing queries, accepts the following paramters in the query-string: + For doing queries, accepts the following parameters in the query-string: - `query`: a logQL query - `limit`: max number of entries to return - `start`: the start time for the query, as a nanosecond Unix epoch (nanoseconds since 1970) -- GitLab