From 878a15c9c89abf3e191cb047e4aff3ae9427963c Mon Sep 17 00:00:00 2001 From: olcbean Date: Fri, 1 Nov 2019 00:54:21 +0100 Subject: [PATCH] Docs: Update basic_concepts.md (#20102) Adding all currently available panels to the basic_concepts.md --- docs/sources/guides/basic_concepts.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/sources/guides/basic_concepts.md b/docs/sources/guides/basic_concepts.md index d1a32972fe5..dcb432eb7bc 100644 --- a/docs/sources/guides/basic_concepts.md +++ b/docs/sources/guides/basic_concepts.md @@ -73,7 +73,16 @@ There are a wide variety of styling and formatting options that each Panel expos Panels can be dragged and dropped and rearranged on the Dashboard. They can also be resized. -There are currently five Panel types: [Graph](/reference/graph/), [Singlestat](/reference/singlestat/), [Dashlist](/reference/dashlist/), [Table](/reference/table_panel/), and [Text](/reference/text/). +These are the available Panel types: + +- [Alert list](/reference/alertlist/) +- [Dashboard list](/reference/dashlist/) +- [Graph](/reference/graph/) +- [Heatmap](/reference/heatmap/) +- [Logs](/reference/logs/) +- [Singlestat](/reference/singlestat/) +- [Table](/reference/table_panel/) +- [Text](/reference/text/) Panels like the [Graph](/reference/graph/) panel allow you to graph as many metrics and series as you want. Other panels like [Singlestat](/reference/singlestat/) require a reduction of a single query into a single number. [Dashlist](/reference/dashlist/) and [Text](/reference/text/) are special panels that do not connect to any Data Source.