Fix issues with grafana dashboards after multiple micrometer 73/139373/3
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 31 Oct 2024 16:01:59 +0000 (16:01 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Wed, 13 Nov 2024 13:50:32 +0000 (13:50 +0000)
commit21c3a2bfe23cbcf007def49e51191c40b98fa978
tree4a493e6438cc7831cb692b68dd78ecb0c664b7c4
parent79ccac3162d05b4797450836c669e81465d3fa2d
Fix issues with grafana dashboards after multiple micrometer
and spring actuator uplifts.

- changed the metrics that have been renamed automatically
- changed the irate functions range to the same used on each
dashboard instead of fixed
- apex_healthcheck function wasn't being called when running
csit script because it was declared after usage

Issue-ID: POLICY-5155
Change-Id: I993f022937f6e2041a6c50dc5037c559da087849
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
15 files changed:
compose/compose.common.yml
compose/metrics/dashboards/dashboard-apex-pdp.json
compose/metrics/dashboards/dashboard-api.json
compose/metrics/dashboards/dashboard-distribution.json
compose/metrics/dashboards/dashboard-drools-apps.json
compose/metrics/dashboards/dashboard-drools-pdp.json [deleted file]
compose/metrics/dashboards/dashboard-for-springboot.json
compose/metrics/dashboards/dashboard-jvm-basic.json
compose/metrics/dashboards/dashboard-pap.json
compose/metrics/dashboards/dashboard-xacml-pdp.json
compose/metrics/dashboards/sla-metrics.json
csit/resources/scripts/build-csit-docker-image.sh
csit/resources/scripts/wait_for_rest.sh
csit/resources/tests/policy-clamp-test.robot
csit/run-project-csit.sh