From 1c69836869c5f781965cf0b8d2773b589ff1b14b Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Mon, 27 Apr 2020 18:21:28 +0530 Subject: [PATCH] docs/sources/features/datasources/prometheus.md: Fix language Co-authored-by: Arve Knudsen --- docs/sources/features/datasources/prometheus.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/features/datasources/prometheus.md b/docs/sources/features/datasources/prometheus.md index 722ce0bee00..4fcc42bfd87 100755 --- a/docs/sources/features/datasources/prometheus.md +++ b/docs/sources/features/datasources/prometheus.md @@ -83,7 +83,7 @@ provides the following functions you can use in the `Query` input field. | _metrics(metric)_ | Returns a list of metrics matching the specified `metric` regex. | | _query_\__result(query)_ | Returns a list of Prometheus query result for the `query`. | -For details of _metric names_, _label names_ and _label values_ are please refer to the [Prometheus documentation](http://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). +For details of what _metric names_, _label names_ and _label values_ are please refer to the [Prometheus documentation](http://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). #### Using interval and range variables @@ -96,7 +96,7 @@ Make sure to set the variable's `refresh` trigger to be `On Time Range Change` t **Example usage:** -Populate a variable with the the busiest 5 request instances based on average QPS over the time range shown in the dashboard: +Populate a variable with the busiest 5 request instances based on average QPS over the time range shown in the dashboard: ``` Query: query_result(topk(5, sum(rate(http_requests_total[$__range])) by (instance))) @@ -122,7 +122,7 @@ options are enabled, Grafana converts the labels from plain text to a regex comp ## Annotations -[Annotations]({{< relref "../../reference/annotations.md" >}}) allows you to overlay rich event information on top of graphs. You add annotation +[Annotations]({{< relref "../../reference/annotations.md" >}}) allow you to overlay rich event information on top of graphs. You add annotation queries via the Dashboard menu / Annotations view. Prometheus supports two ways to query annotations.