diff options
author | saul.gill <saul.gill@est.tech> | 2024-01-16 12:43:09 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-01-16 12:47:38 +0000 |
commit | e4a667b450fc076e59898be9f314bf4db300f1e5 (patch) | |
tree | 469c314d7b8b792ab75c4afd6d5f1617db063feb /pom.xml | |
parent | 645ace3d5b8ce8600c0c58d58e5c6b887fd284e4 (diff) |
Adding http tracing capability
Open telemetry tracing now supported in acm
Issue-ID: POLICY-4875
Change-Id: I7423211f3b775825f24e4bd4b906f646a882747b
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2023 Nordix Foundation. + Copyright (C) 2021-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -164,6 +164,21 @@ <artifactId>micrometer-registry-prometheus</artifactId> </dependency> <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-tracing-bridge-otel</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> + <groupId>io.opentelemetry</groupId> + <artifactId>opentelemetry-exporter-otlp</artifactId> + <version>1.25.0</version> + </dependency> + <dependency> + <groupId>io.opentelemetry</groupId> + <artifactId>opentelemetry-sdk-extension-jaeger-remote-sampler</artifactId> + <version>1.25.0</version> + </dependency> + <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> </dependency> |