[AAI] Export relevant key metrics for monitoring in Prometheus 24/121424/3
authorroger yuan <roger.yuan@yoppworks.com>
Wed, 19 May 2021 16:02:03 +0000 (10:02 -0600)
committerroger yuan <roger.yuan@yoppworks.com>
Wed, 19 May 2021 18:22:31 +0000 (12:22 -0600)
commit6180838e24698c885091d65603c6ce19c54853f4
tree6ae837a5f437403adfcbb1c52c37c53140117534
parent7b0b01a41e7eacd40ba296dda474b7fcbc54a1cd
[AAI] Export relevant key metrics for monitoring in Prometheus

Make the key metrics available to the monitoring system by
instrumenting the code.
The Key metrics are available via
/actuator/prometheus
/actuator/info
/actuator/health

Issue-ID: AAI-3343
Signed-off-by: Roger Yuan <roger.yuan@yoppworks.com>
Change-Id: If72858484231d95a39c938bacfc1773430806e5a
aai-traversal/pom.xml
aai-traversal/src/main/java/org/onap/aai/rest/DslConsumer.java
aai-traversal/src/main/java/org/onap/aai/rest/QueryConsumer.java
aai-traversal/src/main/java/org/onap/aai/rest/RecentAPIConsumer.java
aai-traversal/src/main/java/org/onap/aai/rest/search/SearchProvider.java
aai-traversal/src/main/java/org/onap/aai/web/MicrometerConfiguration.java [new file with mode: 0644]
aai-traversal/src/main/resources/application.properties
aai-traversal/src/test/java/org/onap/aai/rest/ConfigurationTest.java [new file with mode: 0644]
aai-traversal/src/test/resources/application-test.properties