metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Measure behavior of Java applications

Results 13 metrics issues
Sort by recently updated
recently updated
newest added

As discussed in person with @smrutilal2, we should not absorb the functionality of gauge/timer into histogram aggregator, rather let them run in parallel. this will allow users to eventually have...

enhancement

Some tests have been observed to randomly fail at least on JDK11. Need to find the failing ones and fix them.

bug
good first issue

Tests that depend on checking internal state with `Deencapsulation.getField()` should be rewritten to verify via externally visible behaviour.

enhancement
good first issue