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
1515 ) ;
1616 public static readonly Counter TotalScriptExecutionsWithSyntaxErrors = Metrics . CreateCounter (
1717 "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"
1920 ) ;
2021 public static readonly Counter TotalScriptExecutionsFromFiles = Metrics . CreateCounter (
2122 "script_executions_from_files_total" ,
@@ -82,4 +83,4 @@ internal class ScriptExecutionPerformanceCounters
8283 "The total number of script executions with unexpected exceptions." ,
8384 "exception_type"
8485 ) ;
85- }
86+ }
You can’t perform that action at this time.
0 commit comments