We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a24bc commit 61ea51aCopy full SHA for 61ea51a
1 file changed
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