From f3b0c16751042ccca2b47130b90e72c8c0656a79 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:16:45 -0400 Subject: [PATCH] Updated What's New with Prometheus metrics browser entry. (#35209) * Added placeholder. * Reduced the size of 2 images. --- docs/sources/whatsnew/whats-new-in-v8-0.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/sources/whatsnew/whats-new-in-v8-0.md b/docs/sources/whatsnew/whats-new-in-v8-0.md index 8440a870df4..3af4aa7f56a 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-0.md +++ b/docs/sources/whatsnew/whats-new-in-v8-0.md @@ -42,6 +42,11 @@ These metrics will be broadcast to all dashboards connected to that stream endpo For more information about real-time streaming, refer to [Grafana Live documentation]({{< relref "../live/_index.md" >}}). +### Prometheus metrics browser + +The Prometheus metrics browser allows you to quickly find metrics and select relevant labels to build basic queries. If supported by your Prometheus instance, each metric will show its HELP and TYPE as a tooltip. For more information, refer to [Metrics browser documentation]({{< relref "../datasources/prometheus.md#metrics-browser" >}}). + + ### Bar chart visualization (beta) The Bar chart panel is a new visualization that allows categorical data display. @@ -53,10 +58,10 @@ The State timeline visualization shows discrete state changes over time. Each fi This panel also takes advantage of the new value mapping features that allow you to color string and boolean values. Example with string values: -{{< figure src="/static/img/docs/v8/state_timeline_strings.png" max-width="1025px" caption="state timeline with string states" >}} +{{< figure src="/static/img/docs/v8/state_timeline_strings.png" max-width="800px" caption="state timeline with string states" >}} With time series data and thresholds: -{{< figure src="/static/img/docs/v8/state_timeline_time_series.png" max-width="1025px" caption="state timeline with time series" >}} +{{< figure src="/static/img/docs/v8/state_timeline_time_series.png" max-width="800px" caption="state timeline with time series" >}} For more information, refer to [State timeline visualization]({{< relref "../panels/visualizations/state-timeline.md" >}}).