Skip to content

Commit b3b1fc2

Browse files
committed
Update Graphite matching rules some more
1 parent 03fef7e commit b3b1fc2

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

kubernetes/namespaces/monitoring/statsd/configmap.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
@@ -76,3 +87,9 @@ data:
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"

0 commit comments

Comments
 (0)