diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2024-04-25 14:37:33 +0100 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2024-05-31 14:43:01 +0100 |
commit | 2293486de5c408c2c9c27205f1167747df6e1d42 (patch) | |
tree | 6a3a0b3b9240d9fabb66db6f55b61ec9b61e582e /cps-application/pom.xml | |
parent | 7cb64300ddd10a9e9f0270a8c4832263e20d8ad3 (diff) |
Added OpenTelemetry to CPS
Change-Id: I192fa53e293ea43cdff92ebd44d0382eb290bb76
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: CPS-2172
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r-- | cps-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 6804c7de65..abcb88f4a3 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -75,7 +75,7 @@ </dependency> <dependency> <groupId>io.micrometer</groupId> - <artifactId>micrometer-tracing-bridge-brave</artifactId> + <artifactId>micrometer-tracing-bridge-otel</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> |