Christian Schneider created SLING-12358:
-------------------------------------------
Summary: Introduce error metric that counts up once for each
package that can not be applied
Key: SLING-12358
URL: https://issues.apache.org/jira/browse/SLING-12358
Project: Sling
Issue Type: Improvement
Reporter: Christian Schneider
We already have a metric that counts every failure to apply a package.
As we retry indefinitely this metric counts every package multiple times. So it
is not a good metric for computing error rate.
We should introduce a metric that counts up only once for each package that can
not be applied.
We can for example count up only on the first retry of the package or on the
10th retry.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)