- **Group mode -** Choose between "Default grouping" to show alert instances grouped by their alert rule, or "Custom grouping" to group alert instances by a custom set of labels.
@ -67,6 +71,6 @@ Choose which alert states to display in this visualization.
The annotations list shows a list of available annotations you can use to view annotated data. Various options are available to filter the list based on tags and on the current dashboard.
@ -70,6 +70,10 @@ The data is converted as follows:
{{<figuresrc="/static/img/docs/candlestick-panel/candlestick.png"max-width="1065px"alt="A candlestick visualization showing the price movements of specific asset.">}}
@ -122,6 +122,10 @@ The same rules apply to columns by clicking the column headers.
To delete all rows, use the "select all" checkbox at the top left corner of the datagrid. This selects all rows and allows you to delete them using the context menu.
@ -23,6 +23,12 @@ Flame graphs let you visualize [profiling](https://grafana.com/docs/pyroscope/la
For example, if you want to understand which parts of a program consume the most resources, such as CPU time, memory, or I/O operations, you can use a flame graph to visualize and analyze where potential performance issues are:
{{<figuresrc="/static/img/docs/flame-graph-panel/flame-graph-dark-mode.png"max-width="1025px"alt="A flame graph visualization for a system profile with both flame graph and top table mode.">}}
You can use a flame graph visualization if you need to:
@ -60,6 +60,10 @@ The data is converted as follows:
{{<figuresrc="/static/img/docs/heatmap-panel/heatmap.png"max-width="1025px"alt="A heatmap visualization showing the random walk distribution over time">}}
@ -79,6 +79,10 @@ The data is converted as follows:
{{<figuresrc="/static/img/docs/histogram-panel/histogram-example-height-weight.png"max-width="1025px"alt="A histogram visualization showing the male height and weight distribution">}}
For logs where a **level** label is specified, we use the value of the label to determine the log level and update color accordingly. If the log doesn't have a level label specified, we try to find out if its content matches any of the supported expressions (see below for more information). The log level is always determined by the first match. In case Grafana is not able to determine a log level, it will be visualized with **unknown** log level. See [supported log levels and mappings of log level abbreviation and expressions][].
@ -62,6 +66,6 @@ Use these settings to refine your visualization:
- **Order -** Display results in descending or ascending time order. The default is **Descending**, showing the newest logs first. Set to **Ascending** to show the oldest log lines first.
{{% docs/reference %}}
[supported log levels and mappings of log level abbreviation and expressions]: "/docs/grafana/ -> /docs/grafana/<GRAFANAVERSION>/explore/logs-integration#log-level"
[supported log levels and mappings of log level abbreviation and expressions]: "/docs/grafana-cloud/ -> /docs/grafana/<GRAFANAVERSION>/explore/logs-integration#log-level"
[supported log levels and mappings of log level abbreviation and expressions]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/explore/logs-integration#log-level"
[supported log levels and mappings of log level abbreviation and expressions]: "/docs/grafana-cloud/ -> /docs/grafana/<GRAFANA_VERSION>/explore/logs-integration#log-level"
The news visualization displays an RSS feed. By default, it displays articles from the Grafana Labs blog, and users can change this by entering a different RSS feed URL.
@ -29,3 +29,7 @@ In version 8.5, we discontinued the "Use Proxy" option for Grafana news visualiz
If you're having trouble loading an RSS feed, you can try rehosting the feed on a different server or using a CORS proxy. A CORS proxy is a tool that allows you to bypass CORS restrictions by making requests to the RSS feed on your behalf. You can find more information about using CORS proxies online.
If you're unable to display an RSS feed using the news visualization, you can try using the community RSS/Atom data source plugin [RSS/Atom data source](https://grafana.com/grafana/plugins/volkovlabs-rss-datasource/) in combination with the Dynamic text community panel [Dynamic text](https://grafana.com/grafana/plugins/marcusolsson-dynamictext-panel/). This will allow you to display the RSS feed in a different way.
| icon | string | Name of the icon to show inside the node instead of the default stats. Only Grafana built in icons are allowed (see the available icons [here](https://developers.grafana.com/ui/latest/index.html?path=/story/docs-overview-icon--icons-overview)). |
| nodeRadius | number | Radius value in pixels. Used to manage node size. |
| highlighted | boolean | Sets whether the node should be highlighted. Useful for example to represent a specific path in the graph by highlighting several nodes and edges. Default: `false` |
@ -96,6 +96,10 @@ You can use the [**Text mode**](#text-mode) to control how the text is displayed
The panel automatically adjusts the layout depending on available width and height in the dashboard. It automatically hides the graph (sparkline) if the panel becomes too small.
@ -86,6 +86,10 @@ The data is converted as follows:
If your query results aren't in a table format like the preceding examples, especially for time-series data, you can apply specific [transformations](https://stackoverflow.com/questions/68887416/grafana-state-timeline-panel-with-values-states-supplied-by-label) to achieve this.
@ -84,6 +84,10 @@ The data is converted as follows:
{{<figuresrc="/static/img/docs/status-history-panel/status_history.png"max-width="1025px"alt="A status history panel with two time columns showing the status of two servers">}}
@ -116,23 +116,27 @@ You should now see a list of matching traces in the table visualization. While s
{{<figuresrc="/static/img/docs/panels/traces/screenshot-traces-trace-link-follow.png"caption="Follow the trace link populates the trace ID and displays the traces view">}}
@ -38,6 +38,10 @@ For example, you could represent engine power and torque versus speed where spee
{{<figuresrc="/media/docs/grafana/screenshot-grafana-10-0-trend-panel-new-colors.png"max-width="750px"caption="Trend engine power and torque curves">}}
In the **Panel options** section of the panel editor pane, you set basic options like the panel title and description. You can also configure repeating panels in this section. To learn more, refer to [Configure panel options](../../configure-panel-options/).