File tree Expand file tree Collapse file tree
kubernetes/namespaces/monitoring/statsd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,22 @@ data:
2121 help: "Number of times each tag is used"
2222 labels:
2323 tag: "$1"
24+ - match: "bot.errors.unexpected"
25+ help: "Number of errors by type"
26+ name: "bot_errors"
27+ labels:
28+ event: "none"
29+ error_type: "unexpected"
30+ - match: "bot.errors.event.*"
31+ name: "bot_errors"
32+ labels:
33+ event: "$1"
34+ error_type: "none"
2435 - match: "bot.errors.*"
2536 name: "bot_errors"
26- help: "Number of errors by type"
2737 labels:
2838 error_type: "$1"
39+ event: "none"
2940 - match: "bot.help.dormant_invoke.*"
3041 name: "bot_help_dormant_invoke"
3142 help: "Number of dormant command invocations by claimant/staff"
7687 help: "Number of documentation fetches by library"
7788 labels:
7889 library: "$1"
90+ - match: "bot.help.dormant_calls.*.*"
91+ name: "bot_help_dormant_calls"
92+ help: "Number of dormant command calls by method (manual/auto) and close reason"
93+ labels:
94+ invoker: "$1"
95+ reason: "$2"
You can’t perform that action at this time.
0 commit comments