Skip to content

Commit a5ca0ad

Browse files
Added custom metrics to Widget Builder (#10195)
* Added custom metrics * Update docs/product/dashboards/widget-builder/index.mdx * Added screenshot custom metrics Added screenshot for custom metrics widget builder * Update docs/product/dashboards/widget-builder/index.mdx * Update docs/product/dashboards/widget-builder/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> * Update docs/product/dashboards/widget-builder/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --------- Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
1 parent da85ed5 commit a5ca0ad

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Loading

docs/product/dashboards/widget-builder/index.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,20 @@ Choosing "Releases (sessions, crash rates)" allows you to query properties speci
7474
- Crash rates for your latest release
7575
- Session count across releases
7676

77+
### Custom Metrics
78+
79+
Choosing "Custom Metrics" allows you to query your custom metrics data in the same way you would in the [Metrics Explorer Page](/product/metrics/metrics-explorer-page/). Some example widgets might include:
80+
81+
- Number of user signups
82+
- API request payloads
83+
- Processing time for a task
84+
85+
To learn more about the types of metrics you can send to Sentry and what you can do with them, see [Metrics](/product/metrics).
86+
87+
In order to optimize the experience for querying metrics, the widget builder UI is slightly different than it is for other datasets. You can query metrics the same way you would in the [Metrics Explorer Page](/product/metrics/metrics-explorer-page/). With metrics, you can choose how they're aggregated and grouped, as well as define equations with multiple metrics.
88+
89+
![Custom metrics widget builder.](./img/widget-builder-custom-metrics.png)
90+
7791
## Choose Your Columns
7892

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

0 commit comments

Comments
 (0)