Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2505967

Browse files
committedMay 19, 2014
Update documentation
1 parent f05ffb5 commit 2505967

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,10 @@ erldns_zone_cache:put_zone({
8484

8585
## Metrics
8686

87-
Folsom is used to gather runtime metrics and statistics. There is an HTTP server included that produces a JSON report containing these metrics. Here's an example script that shows how to get the output with curl and pass through Python to format it in a pretty fashion.
87+
Folsom is used to gather runtime metrics and statistics.
8888

89-
```sh
90-
curl -s http://localhost:8082/ -H "Accept: application/json" | python -mjson.tool
91-
```
92-
93-
Note that timing stats are givin in microseconds.
89+
There is an HTTP API for querying metric data available at https://github.com/aetrion/erldns-metrics
9490

9591
## Admin
9692

97-
There is a simple administrative API for querying the current zone cache.
98-
99-
```sh
100-
curl -s http://localhost:8083/ -H "Accept: application/json" -u username:password | python -mjson.tool
101-
```
93+
There is a administrative API for querying the current zone cache and for basic control. You can find it in https://github.com/aetrion/erldns-admin

0 commit comments

Comments
 (0)
Please sign in to comment.