This commit is contained in:
Denis Zheleztsov 2017-01-13 13:29:54 +03:00
parent 46df5bc0bf
commit 488b860445

View File

@ -29,6 +29,8 @@ Current status: *development*, *testing*
- [Example](#example)
- [POST /resolve](#post-resolve)
- [Example](#example)
- [GET /metrics](#get-metrics)
- [Example](#example)
- [AUTHORS](#authors)
- [LICENSE](#license)
@ -230,6 +232,21 @@ Accept JSON
}
```
### GET /metrics
Return some metrics
#### Example
```json
{
"goroutines": 9,
"nodes": 2,
"mountstotal": 0,
"cgocall": 1
}
```
# AUTHORS
Denis Zheleztsov <difrex.punk@gmail.com>