metrics
metrics copied to clipboard
Sets instance variables on InMemory collector to be protected
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.