summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2021-05-06 16:49:48 +0100
committerdavid.mcweeney <david.mcweeney@est.tech>2021-06-24 09:57:54 +0100
commitf052f758c29fa92c21578514202268f3b0430a1a (patch)
tree405a894c5bb6de9bb33746596293800588ca6fc6 /src/main/resources/application.properties
parent388410f85e44de41ef9b340f44c0b4b1b0af59b6 (diff)
DMAAP-MR - Merge MR repos
Issue-ID: DMAAP-1582 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I727cffc687a7ea79abbd858affafc823c0f96f0b
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..af4caca
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,8 @@
+#Metrics related configurations
+management.endpoint.metrics.enabled:true
+management.endpoints.web.exposure.include:*
+management.endpoint.prometheus.enabled:true
+management.metrics.export.prometheus.enabled:true
+management.metrics.enable.jvm=true
+management.metrics.distribution.percentiles-histogram.http.server.requests=true
+management.metrics.distribution.sla.http.server.requests=100ms,300ms,500ms \ No newline at end of file