diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-10-31 16:01:59 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-11-13 13:50:32 +0000 |
commit | 21c3a2bfe23cbcf007def49e51191c40b98fa978 (patch) | |
tree | 4a493e6438cc7831cb692b68dd78ecb0c664b7c4 /compose/compose.common.yml | |
parent | 79ccac3162d05b4797450836c669e81465d3fa2d (diff) |
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>
Diffstat (limited to 'compose/compose.common.yml')
-rw-r--r-- | compose/compose.common.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/compose.common.yml b/compose/compose.common.yml index 40404c85..47212adb 100644 --- a/compose/compose.common.yml +++ b/compose/compose.common.yml @@ -132,7 +132,7 @@ services: # integration tests: csit-tests: - image: policy-csit-robot:latest + image: onap/policy-csit-robot:latest container_name: policy-csit hostname: policy-csit volumes: |