metrics
metrics copied to clipboard
Metrics that been cleaned cannot be queried
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.