Commit 1cd194a1 by Ryan Baxter Committed by GitHub

Merge pull request #1578 from rahmanusta/patch-1

Update spring-cloud-netflix.adoc
parents c380039b f26a5554
......@@ -4,6 +4,7 @@
:github-code: http://github.com/{github-repo}/tree/{github-tag}
:all: {asterisk}{asterisk}
:nofooter:
:imagesdir: ./images
= Spring Cloud Netflix
*{spring-cloud-version}*
......@@ -1974,7 +1975,7 @@ The counter records a single time-normalized statistic.
A timer is used to measure how long some event is taking. Spring Cloud automatically records timers for Spring MVC requests and conditionally `RestTemplate` requests, which can later be used to create dashboards for request related metrics like latency:
.Request Latency
image::RequestLatency.png []
image::RequestLatency.png[]
[source,java]
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment