ekg/.gitignore
Johan Tibell 0f8352cff3 Break out core metric tracking into a new package
The new package, ekg-core, contains the metrics store, modules for
defining metrics, and functions for sampling the metrics.

The counter naming is also changed to include a namespace part. For
example "myapp.requests".

Finally the JSON format has been changed to be more self-descriptive.
2014-04-20 10:18:13 +02:00

11 lines
103 B
Text

*.hi
*.o
*.p_hi
*.prof
*.tix
.hpc/
/dist/*
.cabal-sandbox/
.DS_Store
cabal.config
cabal.sandbox.config