@@ -591,9 +591,9 @@ decrement). Metrics for all HTTP requests are automatically recorded, so if you
591
591
{
592
592
"counter.status.200.root": 20,
593
593
"counter.status.200.metrics": 3,
594
- "counter.status.200.** ": 5,
594
+ "counter.status.200.star-star ": 5,
595
595
"counter.status.401.root": 4,
596
- "gauge.response.** ": 6,
596
+ "gauge.response.star-star ": 6,
597
597
"gauge.response.root": 2,
598
598
"gauge.response.metrics": 3,
599
599
"classes": 5808,
@@ -616,7 +616,7 @@ decrement). Metrics for all HTTP requests are automatically recorded, so if you
616
616
Here we can see basic `memory`, `heap`, `class loading`, `processor` and `thread pool`
617
617
information along with some HTTP metrics. In this instance the `root` (``/'') and `/metrics`
618
618
URLs have returned `HTTP 200` responses `20` and `3` times respectively. It also appears
619
- that the `root` URL returned `HTTP 401` (unauthorized) `4` times. The double asterix (`** `)
619
+ that the `root` URL returned `HTTP 401` (unauthorized) `4` times. The double asterix (`star-star `)
620
620
comes from a request matched by Spring MVC as `/**` (normally a static resource).
621
621
622
622
The `gauge` shows the last response time for a request. So the last request to `root` took
0 commit comments