Can you explain it with the Usecase.
The are used for telemetry (operations) reporting. One simple use case is FileDownload, Pageviews or ButtonClick. Slightly more business use case could be "Errors Type" count, API Volume.
Use them for system/integration behaviour stats which need you make some operation actions.
Hello,
Counter – Allows you to increment a counter by the specified value. It will perform increment operation based on the provided value.
Note : Specified value should be of type Integer/Long. It is only possible to increment the counter, so values cannot be negative.
Increment Counter – Allows you to increment a counter by 1 (+1). Always it will increment by 1.
For more details refer :
Counter : https://docs.mendix.com/refguide/metrics-counter/
Increment Counter : https://docs.mendix.com/refguide/metrics-increment-counter/
Hope it helps!
Hello,
Counter—It is used to increment the counter by specific values.
Here Metric having Name and Value for assigning specific value.
Increment Counter- It is used to increment the counter by one only.
Here Metric having only Name .