Skip to content

Commit c071aac

Browse files
Update docs/product/explore/metrics/index.mdx
Co-authored-by: Kyle a.k.a. TechSquidTV <[email protected]>
1 parent fbca4dd commit c071aac

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/product/explore/metrics/index.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,15 @@ Instead of "metric alert → guesswork," debugging becomes a **single flow**: Me
9898

9999
Each metric event automatically includes:
100100

101-
- **name**: The metric identifier (e.g., `checkout.failed`)
102-
- **kind**: The metric type (counter, gauge, or distribution)
103-
- **value**: The numeric value
104-
- **trace_id**: Links to the active trace when the metric was recorded
105-
- **span_id**: Links to the specific span within the trace
106-
- **unit** (optional): Unit of measurement (e.g., `usd`, `ms`, `bytes`)
107-
- **custom attributes**: Any key-value pairs you add for grouping and filtering
101+
| **Field** | **Description** |
102+
|----------------------|---------------------------------------------------------------------------------|
103+
| **name** | The metric identifier (e.g., `checkout.failed`) |
104+
| **kind** | The metric type (counter, gauge, or distribution) |
105+
| **value** | The numeric value |
106+
| **trace_id** | Links to the active trace when the metric was recorded |
107+
| **span_id** | Links to the specific span within the trace |
108+
| **unit** *(optional)*| Unit of measurement (e.g., `usd`, `ms`, `bytes`) |
109+
| **custom attributes**| Any key-value pairs you add for grouping and filtering |
108110

109111
## Alerts and Dashboard Widgets
110112

0 commit comments

Comments
 (0)