Skip to content

Commit

Permalink
Add percentile config example for Hystrix:
Browse files Browse the repository at this point in the history
This adds the following quantiles:

hystrix_latency_execution_duration_seconds{group="PersonController",key="allPeople",quantile="0.5",} 0.205520895
hystrix_latency_execution_duration_seconds{group="PersonController",key="allPeople",quantile="0.95",} 0.239075327
hystrix_latency_execution_duration_seconds{group="PersonController",key="allPeople",quantile="0.999",} 0.239075327
  • Loading branch information
Clint Checketts committed Nov 27, 2017
1 parent 5a31577 commit df908db
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ management.security.enabled: false

spring.metrics:
prometheus.enabled: true
filter:
hystrix.latency:
percentiles: 0.50,0.95,0.999

0 comments on commit df908db

Please sign in to comment.