diff --git a/wabi/src/main/resources/application.properties b/wabi/src/main/resources/application.properties index 4f4a064..73444ea 100644 --- a/wabi/src/main/resources/application.properties +++ b/wabi/src/main/resources/application.properties @@ -1,2 +1,4 @@ spring.application.name=wabi spring.profiles.active=prod +management.endpoints.web.exposure.include=prometheus, health, info +management.metrics.tags.application=${spring.application.name}