Skip to content

Commit e371b57

Browse files
authored
Update ScriptExecutionPerformanceCounters.cs
Signed-off-by: Nikita Petko <petko@vmminfra.net>
1 parent c4ff78b commit e371b57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/grid-bot/lib/commands/Monitoring/ScriptExecutionPerformanceCounters.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)