Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/product/dashboards/widget-builder/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ In this step, you can choose from the following visualization types:
- [Table](#table)
- [Big Number](#big-number)
- [Markdown](#markdown)
- [Details](#details)

### Area Chart / Bar (Time Series) / Line Chart

Expand Down Expand Up @@ -107,6 +108,14 @@ Markdown visualizations allow you to display plain text or rich markdown content

![Markdown widget. =700x](./img/widget-builder-markdown-visualization.png)

### Details

Details widgets display a rendered view of a single event that matches your filter criteria. Instead of showing aggregated data, a details widget shows the actual content of an event, making it useful for keeping a specific example visible on your dashboard. Currently, details widgets are only available for the [spans](#spans) dataset.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Instead of showing aggregated data, the Details Widget


For example, if you filter for a specific database query using `span.op:db`, the widget will display a rendered example of a matching span, including the database query itself and the line of code that triggered it. This gives your team immediate context without having to navigate into the event details.

![Markdown widget. =700x](./img/widget-builder-details-visualization.png)

## Columns

The option to set columns is only available for [table visualizations](/product/dashboards/widget-builder/#table).
Expand Down
Loading