Updated What's New with Prometheus metrics browser entry. (#35209)

* Added placeholder.

* Reduced the size of 2 images.
This commit is contained in:
achatterjee-grafana 2021-06-03 14:16:45 -04:00 committed by GitHub
parent 4ee037f523
commit f3b0c16751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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