We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12943c4 commit f146944Copy full SHA for f146944
kotlin-wot-integration-tests/src/main/resources/application.yaml
@@ -1,3 +1,27 @@
1
+spring:
2
+ application:
3
+ name: chat-agent # Service name for tracing (appears in Langfuse UI as the source service)
4
+
5
+management:
6
+ tracing:
7
+ sampling:
8
+ probability: 1.0 # Sample 100% of requests for full tracing (adjust in production as needed)
9
+ observations:
10
+ annotations:
11
+ enabled: true # Enable @Observed (if you use observation annotations in code)
12
13
+otel:
14
+ exporter:
15
+ otlp:
16
+ endpoint: http://localhost:4318
17
+ logging:
18
+ enabled: true
19
+ propagators:
20
+ - tracecontext
21
+ instrumentation:
22
+ micrometer:
23
24
25
arc:
26
ai:
27
clients:
0 commit comments