We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a24bc + 61ea51a commit 18972b9Copy full SHA for 18972b9
test/plugin/scenarios/spring-ai-1.x-scenario/config/expectedData.yaml
@@ -116,7 +116,7 @@ segmentItems:
116
- { key: gen_ai.request.temperature, value: '0.7' }
117
- { key: gen_ai.request.top_k, value: null }
118
- { key: gen_ai.request.top_p, value: '0.9' }
119
- - { key: gen_ai.stream.ttfr, value: not null }
+ - { key: gen_ai.server.time_to_first_token, value: not null }
120
- { key: gen_ai.response.id, value: 'chatcmpl-fc1b64d3' }
121
- { key: gen_ai.response.model, value: gpt-4.1-2025-04-14 }
122
- { key: gen_ai.response.finish_reasons, value: STOP }
0 commit comments