Update spring-cloud-netflix.adoc

- Remove unintended white-space
 - Specify imagesdir
This commit is contained in:
Rahman Usta
2016-12-26 16:03:41 +02:00
committed by GitHub
parent c380039b3e
commit f26a5554d5

View File

@@ -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]
----