##// END OF EJS Templates
stack: updated loki/grafana stacks...
stack: updated loki/grafana stacks Added JSON option logs into RhodeCode Various fixes and optimizations on docker files

File last commit:

r15:89c30086
r15:89c30086
Show More
statsd.yaml
31 lines | 664 B | text/x-yaml | YamlLexer
defaults:
# metrics expiration
ttl: 48h
mappings:
- match: "*.histogram"
name: "${1}"
observer_type: histogram
histogram_options:
buckets: [.1, .25, .5, .75, 1, 1.5, 2, 5, 10]
- match: "*.slow_histogram"
name: "${1}"
observer_type: histogram
histogram_options:
buckets: [.1, .25, .5, 1, 2, 5, 10, 30, 60]
- match: "*.summary"
name: "${1}"
observer_type: summary
summary_options:
quantiles:
- quantile: 0.99
error: 0.001
- quantile: 0.95
error: 0.01
- quantile: 0.9
error: 0.05
- quantile: 0.5
error: 0.005