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" >}}).