hapi-fhir-jpaserver-starter icon indicating copy to clipboard operation
hapi-fhir-jpaserver-starter copied to clipboard

Issue with prometheus configuration v7.4.0

Open joofio opened this issue 1 year ago • 2 comments

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

joofio avatar Sep 25 '24 12:09 joofio

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

jkiddo avatar Sep 28 '24 19:09 jkiddo

Should be fixed with https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/745

jkiddo avatar Sep 29 '24 20:09 jkiddo