Skip to content

Commit 76fcea5

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Add arcade and images
1 parent c071aac commit 76fcea5

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

docs/product/explore/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The Explore tab in Sentry offers multiple ways to search and investigate your ap
88

99
## Learn More
1010

11-
<PageGrid exclude={['metrics']} />
11+
<PageGrid />
595 KB
Loading
391 KB
Loading

docs/product/explore/metrics/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ description: "Send counters, gauges, and distributions from your code to track a
1212

1313
With Sentry Metrics, you can send [counters](#counters), [gauges](#gauges), and [distributions](#distributions) from your code to track application health signals like `email.sent`, `checkout.failed`, or `queue.depth`. What makes Sentry's Metrics unique is that every metric event is **trace-connected**, meaning you can click directly into the related traces, logs, and errors when something looks off.
1414

15+
<Arcade src="https://demo.arcade.software/wNDJOXTJw64xiuVi7Hp6?embed" />
16+
1517
Unlike traditional metrics tools that only show _if_ something's changed, Sentry's trace-connected metrics let you understand _why_ it changed. When a `checkout.failed` counter spikes, you can click into a sample and see the exact trace, spans, logs, and errors that produced that metric event.
1618

1719
Not everything in your application generates an error or requires full tracing. Metrics are perfect for tracking:
@@ -62,6 +64,8 @@ The Metrics Explorer provides two main views:
6264

6365
### Aggregates View
6466

67+
![Metrics Aggregates View Screenshot](./img/aggregates.png)
68+
6569
The Aggregates tab shows trends and totals across any attributes you've added to your metrics. You can:
6670

6771
- View time-series charts showing metric trends
@@ -73,6 +77,8 @@ Use this view to spot trends, identify anomalies, and understand aggregate behav
7377

7478
### Samples View
7579

80+
![Samples View Screenshot](./img/samples.png)
81+
7682
The Samples tab shows individual metric events with **direct links to their traces**. This is where trace-connected metrics shine:
7783

7884
- See each individual metric event as it occurred

0 commit comments

Comments
 (0)