hapi-fhir-jpaserver-starter
hapi-fhir-jpaserver-starter copied to clipboard
Issue with prometheus configuration v7.4.0
Hi, I am trying to (re)add the prometheus export in v7.4.0 with:
management:
endpoints:
enabled-by-default: true
web:
exposure:
include: "*"
and not getting prometheus. I am doing something wrong? Current server with this config at: https://sandbox.hl7europe.eu/baseserver/actuator
First of all - it looks like the configuration should be corrected as it does not conform to the documentation on https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.enabling
Should be fixed with https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/745