This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Description
when having this data:

this line dumps:
|
metrics_current_run = VALUE #( BASE metrics_current_run |
|
( metric_key = 'no_of_records' metric_value = no_of_records ) |
|
( metric_key = 'response_time' metric_value = response_time ) |
|
( metric_key = 'cpu_time' metric_value = cpu_time ) ). |
with this dump:
I deleted e.g. the last 3 digits of the response time per debugger, than it works.
A solution may be to change the datatype of ZAMP_METRIC_VALUE to a one which can capture a longer number.