Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added metrics and folsom #2

Merged
merged 3 commits into from Jun 6, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -37,3 +37,9 @@
[submodule "naglite2/repo"]
path = naglite2/repo
url = https://github.com/lozzd/Naglite2
[submodule "folsom/src"]
path = folsom/src
url = git://github.com/boundary/folsom.git
[submodule "metrics/src"]
path = metrics/src
url = git://github.com/codahale/metrics.git
3 changes: 3 additions & 0 deletions folsom/README.md
@@ -0,0 +1,3 @@
Erlang application metrics gathering library.

https://github.com/boundary/folsom/blob/master/README.md
1 change: 1 addition & 0 deletions folsom/src
Submodule src added at edaa12
3 changes: 3 additions & 0 deletions metrics/README.md
@@ -0,0 +1,3 @@
A Java application metrics gathering library.

https://github.com/codahale/metrics/blob/development/README.md
1 change: 1 addition & 0 deletions metrics/src
Submodule src added at 9f137a