diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/application.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 48c6de5..89f8bf7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -86,3 +86,11 @@ aperture.service.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore aperture.service.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) aperture.service.ssl.trust-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) aperture.service.timeout-in-milliseconds=300000 + +#To Expose the Prometheus scraping endpoint +management.server.port=8448 +#To Enable Actuator Endpoint, you can override this to True in OOM charts +management.endpoints.enabled-by-default=false +#To Enable Actuator Endpoint, you can override this in OOM Charts +#management.endpoints.web.exposure.include=info, health, loggers, prometheus +management.metrics.web.server.auto-time-requests=false |