Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add percentile config example for Hystrix:
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