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

store longer integers in zamp_store/metric_value : INT4 -> INT8 #199

Open treee111 opened 2 years ago

treee111 commented 2 years ago

prevents BCD_OVERFLOW Dump in zcl_amp_c_workloads. SE14 is needed for table zamp_store after pulling these changes.

related issue: closes #198

In case of a metric:

mnezerka commented 2 years ago

Hi guys, what is the status of this PR? I'll will very appreciate it since I'm facing lot of problems with BCD_OVERFLOW errors. Unfortunatelly, those records cause crash of scheduled metrics job, which results in not updated metrics that are still served to crawlers (e.g. prometheus). The remote party has no idea that something is wrong.