From 6673ca9e580ca6c7ce2e74d216510f168c26d923 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Tue, 23 Jan 2024 18:53:43 +0100 Subject: [PATCH] feat: add default metrics Signed-off-by: Ruben Romero Montes --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 640a7b4..d8ec487 100644 --- a/pom.xml +++ b/pom.xml @@ -103,11 +103,15 @@ io.quarkus quarkus-smallrye-openapi - + io.quarkus quarkus-smallrye-fault-tolerance + + io.quarkus + quarkus-smallrye-metrics + io.quarkus quarkus-junit5