From 74b567b70ce19d1f87ccc99a0170a1a5260c9ddd Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Wed, 7 Oct 2015 01:19:25 -0700 Subject: [PATCH] Cleaning up metrics example --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9c5913c..27f54bf 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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