File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
services/grid-bot/lib/commands/Monitoring Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ internal class ScriptExecutionPerformanceCounters
15
15
) ;
16
16
public static readonly Counter TotalScriptExecutionsWithSyntaxErrors = Metrics . CreateCounter (
17
17
"script_executions_with_syntax_errors_total" ,
18
- "The total number of script executions with syntax errors."
18
+ "The total number of script executions with syntax errors." ,
19
+ "context"
19
20
) ;
20
21
public static readonly Counter TotalScriptExecutionsFromFiles = Metrics . CreateCounter (
21
22
"script_executions_from_files_total" ,
@@ -82,4 +83,4 @@ internal class ScriptExecutionPerformanceCounters
82
83
"The total number of script executions with unexpected exceptions." ,
83
84
"exception_type"
84
85
) ;
85
- }
86
+ }
You can’t perform that action at this time.
0 commit comments