diff options
author | Anton Titov <[email protected]> | 2019-06-29 23:53:29 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-29 23:53:29 +0300 |
commit | 216b6a3d3717f9212c94721d1a1b89d3730f419c (patch) | |
tree | 1aaba8344b195fce55451c0741dc433c4a836da0 /.rr.yaml | |
parent | a2a4dead13ff1369fdfade7c805d8a3ebc6a43bc (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -13,11 +13,21 @@ rpc: metrics: # prometheus client address (path /metrics added automatically) address: localhost:2112 + + # list of metrics to collect from application collect: + # metric name app_metric: + # type [gauge, counter, histogram, symnmary] type: histogram + + # short description help: "Custom application metric" + + # metric groups/tags labels: ["type"] + + # for histogram only buckets: [0.1, 0.2, 0.3, 1.0] # http service configuration. |