mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Updated What's New with Prometheus metrics browser entry. (#35209)
* Added placeholder. * Reduced the size of 2 images.
This commit is contained in:
parent
4ee037f523
commit
f3b0c16751
@ -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" >}}).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user