IOhacker commented on code in PR #5348:
URL: https://github.com/apache/fineract/pull/5348#discussion_r2705656900
##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -339,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=true
Review Comment:
Please add it as a variable FINERACT_MANAGEMENT_ENDPOINT_METRICS_ENABLED and
default value set to false, if the variable is set to true then it will be
activated.
--
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]