Skip to content

Commit 2777117

Browse files
committed
Add some missing graphite categories
1 parent 9928b64 commit 2777117

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

kubernetes/namespaces/monitoring/statsd/configmap.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ data:
2626
help: "Number of errors by type"
2727
labels:
2828
error_type: "$1"
29-
- match: "bot.dormant_invoke.*"
30-
name: "bot_dormant_invoke"
29+
- match: "bot.help.dormant_invoke.*"
30+
name: "bot_help_dormant_invoke"
3131
help: "Number of dormant command invocations by claimant/staff"
3232
labels:
3333
invoker: "$1"
@@ -42,7 +42,7 @@ data:
4242
labels:
4343
filter: "$1"
4444
- match: "bot.voice_gate.failed.*"
45-
name: "bot_voice_gate_reason"
45+
name: "bot_voice_gate_fail_reason"
4646
help: "Number of failed voice gate attempts by reason"
4747
labels:
4848
reason: "$1"
@@ -71,3 +71,8 @@ data:
7171
help: "Number of rule uses by rule number"
7272
labels:
7373
rule: "$1"
74+
- match: "bot.doc_fetches.*"
75+
name: "bot_doc_fetches"
76+
help: "Number of documentation fetches by library"
77+
labels:
78+
library: "$1"

0 commit comments

Comments
 (0)