From fbff905c57dffee2f283a1eaaa74cde2c2e04e97 Mon Sep 17 00:00:00 2001 From: "Min-Zhong \"John\" Lu" Date: Wed, 5 Jul 2017 14:32:57 -0400 Subject: [PATCH] Fix broken table row in prometheus.md (#8779) "Metric Lookup" row in Query editor was broken :( --- docs/sources/features/datasources/prometheus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/prometheus.md b/docs/sources/features/datasources/prometheus.md index 4b5c3f115e8..ed5d752ab94 100644 --- a/docs/sources/features/datasources/prometheus.md +++ b/docs/sources/features/datasources/prometheus.md @@ -46,7 +46,8 @@ Name | Description *Query expression* | Prometheus query expression, check out the [Prometheus documentation](http://prometheus.io/docs/querying/basics/). *Legend format* | Controls the name of the time series, using name or pattern. For example `{{hostname}}` will be replaced with label value for the label `hostname`. *Min step* | Set a lower limit for the Prometheus step option. Step controls how big the jumps are when the Prometheus query engine performs range queries. Sadly there is no official prometheus documentation to link to for this very important option. -*Resolution* | Controls the step option. Small steps create high-resolution graphs but can be slow over larger time ranges, lowering the resolution can speed things up. `1/2` will try to set step option to generate 1 data point for every other pixel. A value of `1/10` will try to set step option so there is a data point every 10 pixels.*Metric lookup* | Search for metric names in this input field. +*Resolution* | Controls the step option. Small steps create high-resolution graphs but can be slow over larger time ranges, lowering the resolution can speed things up. `1/2` will try to set step option to generate 1 data point for every other pixel. A value of `1/10` will try to set step option so there is a data point every 10 pixels. +*Metric lookup* | Search for metric names in this input field. *Format as* | **(New in v4.3)** Switch between Table & Time series. Table format will only work in the Table panel. ## Templating