Alexander Paukste

Results 2 issues of Alexander Paukste

Hello, I implemented a custom MongoDB metric data store. While testing it, I noticed that counters with no labels are reset every time I relaunch my application. This does not...

Hello, There are some `open()` calls which are not closed after the use. Leaving file handles open leaks resources and makes Python raise warning such as the one bellow: ```...