diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7cb4185..0001afb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -56,7 +56,10 @@ management: endpoints: web: exposure: - include: prometheus + include: prometheus, health, info + metrics: + binders: + system: true endpoint: prometheus: enabled: true