fleet/changes/add-count-to-errors
Roberto Dip 984605f630
store count alongside unique error instances in Redis (#6232)
Related to #4972, this adds a new key, error:<hash>:count to Redis in order to keep track of how many times each instance of an error occurred.
2022-06-21 08:43:53 -03:00

1 line
115 B
Text

* Added a count value to errors retrieved by the `/debug/errors` API, with the number of times the error occurred.