Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Warn on existing metrics

Compare
Choose a tag to compare
@jklukas jklukas released this 25 Apr 15:57
· 8 commits to master since this release

This fixes a race condition where an IllegalArgumentException can be raised if two threads attempt to create the same metric at the same time. We now catch the exception and log a warning message in this case.