Skip to content

Commit

Permalink
Cleaning up metrics example
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed Oct 7, 2015
1 parent 4550ce0 commit 74b567b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -121,9 +121,7 @@ Now the API `localhost:8080/test` will keep returning `500 Internal Server Error
The meter is available in the `metrics` page under the admin port like any other meter.

```json
...
"meters" : {
...
"com.mtakaki.testcb.TestResource.get" : {
"count" : 51,
"m15_rate" : 0.055135750452891936,
Expand All @@ -132,9 +130,7 @@ The meter is available in the `metrics` page under the admin port like any other
"mean_rate" : 1.1303494869953181,
"units" : "events/second"
},
...
}
...
```

## Maven
Expand Down

0 comments on commit 74b567b

Please sign in to comment.