File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
// Timers
52
52
M_DataSource_ProxyReq_Timer Timer
53
- M_Alerting_Exeuction_Time Timer
53
+ M_Alerting_Execution_Time Timer
54
54
55
55
// StatTotals
56
56
M_Alerting_Active_Alerts Gauge
@@ -115,7 +115,7 @@ func initMetricVars(settings *MetricSettings) {
115
115
116
116
// Timers
117
117
M_DataSource_ProxyReq_Timer = RegTimer ("api.dataproxy.request.all" )
118
- M_Alerting_Exeuction_Time = RegTimer ("alerting.execution_time" )
118
+ M_Alerting_Execution_Time = RegTimer ("alerting.execution_time" )
119
119
120
120
// StatTotals
121
121
M_Alerting_Active_Alerts = RegGauge ("alerting.active_alerts" )
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ func (e *DefaultEvalHandler) Eval(context *EvalContext) {
61
61
context .NoDataFound = noDataFound
62
62
context .EndTime = time .Now ()
63
63
elapsedTime := context .EndTime .Sub (context .StartTime ) / time .Millisecond
64
- metrics .M_Alerting_Exeuction_Time .Update (elapsedTime )
64
+ metrics .M_Alerting_Execution_Time .Update (elapsedTime )
65
65
}
You can’t perform that action at this time.
0 commit comments