metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Metrics that been cleaned cannot be queried

Open ralf0131 opened this issue 5 years ago • 0 comments

If user created Counter with:

Counter counter = MetricManager.getCounter("test", MetricName.build(xxx));

And hold the reference for later use.

If user did not access the counter within 1 day (by default, can be configured), it will be automatically deleted.

Further update to the counter can neither be logged nor be queried from HTTP.

ralf0131 avatar Apr 17 '19 03:04 ralf0131