@@ -98,13 +98,15 @@ Instead of "metric alert → guesswork," debugging becomes a **single flow**: Me
9898
9999Each 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