adamsaghy commented on code in PR #5348:
URL: https://github.com/apache/fineract/pull/5348#discussion_r2720850099


##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -340,8 +339,8 @@ management.endpoints.web.cors.allowed-headers=*
 
 # FINERACT-883
 management.info.git.mode=FULL
-management.endpoints.web.exposure.include=${FINERACT_MANAGEMENT_ENDPOINT_WEB_EXPOSURE_INCLUDE:health,info,prometheus}
-
+management.endpoints.web.exposure.include=${FINERACT_MANAGEMENT_ENDPOINT_WEB_EXPOSURE_INCLUDE:health,info,metrics,prometheus}
+management.endpoint.metrics.enabled=${FINERACT_MANAGEMENT_ENDPOINT_METRICS_ENABLED:false}

Review Comment:
   I dont think it is valid endpoint anymore, it was changed to be 
`management.endpoints.web.exposure.include=metrics` no?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to