abap-observability-tools / abap-metrics-provider

Let's you use predefined or custom metrics to monitor your abap stack with a monitoring tool of your choice.
https://abap-observability-tools.org/abap-metrics-provider
MIT License
24 stars 7 forks source link

Workloads (ST03N) Collector: BCD_OVERFLOW Dump #198

Open treee111 opened 2 years ago

treee111 commented 2 years ago

when having this data: image this line dumps: https://github.com/abap-observability-tools/abap-metrics-provider/blob/fda1f2e21a91f5a6c04d31462970a5a9a1c40f2e/src/zamp_collector/zcl_amp_c_workloads.clas.abap#L48-L51 with this dump: image image

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.