haskell-github-trust / ekg-core

Library for tracking system metrics
BSD 3-Clause "New" or "Revised" License
40 stars 39 forks source link

Added simple name spaces to ekg-core registerGcMetrics. #10

Closed smurphy8 closed 8 years ago

smurphy8 commented 8 years ago

Just a small change so you can write:

registerNamedGcMetrics "myapp" store
-- produces: 'myapp.rts.gc.xxx' for all Store entries