aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/resources/application.yml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-09-06 08:57:14 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-09-06 13:08:19 +0200
commit71322adbc15045c62537b2c590d0b24758634ecf (patch)
treef6266bfcc509eeb9568a4804965ce0ce95bcf498 /app/src/main/resources/application.yml
parent677e8a800233d9dbca68f0ef947d4a5038ae402a (diff)
Add Micrometer [history]montreal
- add Micrometer dependency - add build.gradle on the project root level since the Jenkins gradle plugin is failing otherwise Issue-ID: PORTALNG-59 Change-Id: I7342b7be38ab6620f5d216006e34b7b60333d740 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'app/src/main/resources/application.yml')
-rw-r--r--app/src/main/resources/application.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/resources/application.yml b/app/src/main/resources/application.yml
index 13c8716..8d3ccde 100644
--- a/app/src/main/resources/application.yml
+++ b/app/src/main/resources/application.yml
@@ -40,3 +40,10 @@ management:
enabled: true
java:
enabled: true
+ tracing:
+ enabled: true
+ sampling:
+ probability: 1.0 # sample every request
+ zipkin:
+ tracing:
+ endpoint: http://${COLLECTOR_HOST}:${COLLECTOR_PORT}/api/v2/spans \ No newline at end of file