diff options
author | 2022-11-10 14:27:16 -0500 | |
---|---|---|
committer | 2023-01-30 11:01:54 -0500 | |
commit | d135f78a03e72c3072e9498a500d3d9f91a6c941 (patch) | |
tree | abcb6d8c74caf73b87d48e72d94dff45a1c4ea9e /kubernetes/aai/components/aai-resources/resources/config/application.properties | |
parent | 0520c40c2387f615b8f76eb277f6b9ef032167ad (diff) |
[AAI] AAI logstructure and aai resources healthcheck enhancementjakarta
AAI Traversal logging structure enhancement and image update
AAI Graphadmin logging structure and image update
AAI Resources logging structure and image update
AAI Resources healthcheck based on cassandra DB healthcheck
AAI Resources latency metrics configurations
AAI Images updated with 1.10.1
Correct link for honolulu release note file
Issue-ID: AAI-3606
Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: I0aa21a463a85bff0407df6c6793baba53d1da3b1
Diffstat (limited to 'kubernetes/aai/components/aai-resources/resources/config/application.properties')
-rw-r--r-- | kubernetes/aai/components/aai-resources/resources/config/application.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-resources/resources/config/application.properties b/kubernetes/aai/components/aai-resources/resources/config/application.properties index 3f33d71373..95e5a45909 100644 --- a/kubernetes/aai/components/aai-resources/resources/config/application.properties +++ b/kubernetes/aai/components/aai-resources/resources/config/application.properties @@ -120,4 +120,3 @@ management.metrics.distribution.sla[http.server.requests]=20ms, 30ms, 40ms, 50ms management.metrics.tags.group_id=aai #It is not advisable to use labels to store dimensions with high cardinality. Enable this option only for debug purposes. For more information: https://github.com/micrometer-metrics/micrometer/issues/1584 scrape.uri.metrics=false - |