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/gen-ai/gen-ai-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ distinct action within a larger Generative AI workflow.
30
30
31
31
### Metric: `gen_ai.token.usage`
32
32
33
-
This metric is [required][MetricRecommended] when an operation involves the usage
33
+
This metric is [recommended][MetricRecommended] when an operation involves the usage
34
34
of tokens and the count is readily available.
35
35
36
36
For example, if GenAI system returns usage information in the streaming response, it SHOULD be used. Or if GenAI system returns each token independently, instrumentation SHOULD count number of output tokens and record the result.
0 commit comments