[AAI] Add latency metrics configurations for AAI-resources 64/131164/2
authorleila <leila.nishimwe@bell.ca>
Fri, 23 Sep 2022 16:53:00 +0000 (12:53 -0400)
committerLEILA NISHIMWE <leila.nishimwe@bell.ca>
Fri, 23 Sep 2022 17:54:54 +0000 (17:54 +0000)
Latency metrics based on the percentiles of histogram quantile function

Issue-ID: AAI-3529

Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: I1efca1383051168c6e17abe6bde78c93d7752b31

kubernetes/aai/components/aai-resources/resources/config/application.properties

index 78a07f2..7258b7b 100644 (file)
@@ -104,3 +104,7 @@ schema.service.ssl.trust-store={{ .Values.certInitializer.credsPath }}/{{ .Value
 schema.service.ssl.key-store-password=${KEYSTORE_PASSWORD}
 schema.service.ssl.trust-store-password=${TRUSTSTORE_PASSWORD}
 {{ end }}
+
+#to expose the Prometheus scraping endpoint
+management.metrics.distribution.percentiles-histogram[http.server.requests]=true
+management.metrics.distribution.sla[http.server.requests]=20ms, 30ms, 40ms, 50ms, 60ms, 70ms, 80ms, 90ms, 100ms, 500ms, 1000ms, 5000ms, 7000ms
\ No newline at end of file