metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Sets instance variables on InMemory collector to be protected

Open jnbeaver opened this issue 5 years ago • 0 comments

In order to prove out some basic metrics collection, I wanted to extend the InMemory class and customize the behavior of flush. This PR just makes the instance variables of InMemory protected so that I'm able to access them in my flush implementation.

jnbeaver avatar Aug 12 '19 17:08 jnbeaver