You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/tracing/span-metrics/index.mdx
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,10 @@ When adding metrics as span attributes:
42
42
- Use consistent naming conventions (e.g., `category.metric_name`)
43
43
- Keep attribute names concise but descriptive
44
44
- Use appropriate data types (string, number, boolean, or arrays of these types)
45
-
- Consider the cardinality of your metrics to avoid excessive unique combinations
46
45
47
46
## Creating Dedicated Metric Spans
48
47
49
-
For more detailed transaction tracking, you can create custom dedicated spans that focus on specific metrics or attributes that you want to track. This approach provides better discoverability and more precise span configurations, however it can also appear to create more noise in your transaction traces.
48
+
For more detailed operations, task, or process tracking, you can create custom dedicated spans that focus on specific metrics or attributes that you want to track. This approach provides better discoverability and more precise span configurations, however it can also appear to create more noise in your trace waterfall.
0 commit comments