File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ const (
30
30
IterationsName = "iterations"
31
31
IterationDurationName = "iteration_duration"
32
32
DroppedIterationsName = "dropped_iterations"
33
- ErrorsName = "errors"
34
33
35
34
ChecksName = "checks"
36
35
GroupDurationName = "group_duration"
@@ -65,7 +64,6 @@ type BuiltinMetrics struct {
65
64
Iterations * stats.Metric
66
65
IterationDuration * stats.Metric
67
66
DroppedIterations * stats.Metric
68
- Errors * stats.Metric
69
67
70
68
// Runner-emitted.
71
69
Checks * stats.Metric
@@ -106,7 +104,6 @@ func RegisterBuiltinMetrics(registry *Registry) *BuiltinMetrics {
106
104
Iterations : registry .MustNewMetric (IterationsName , stats .Counter ),
107
105
IterationDuration : registry .MustNewMetric (IterationDurationName , stats .Trend , stats .Time ),
108
106
DroppedIterations : registry .MustNewMetric (DroppedIterationsName , stats .Counter ),
109
- Errors : registry .MustNewMetric (ErrorsName , stats .Counter ),
110
107
111
108
Checks : registry .MustNewMetric (ChecksName , stats .Rate ),
112
109
GroupDuration : registry .MustNewMetric (GroupDurationName , stats .Trend , stats .Time ),
You can’t perform that action at this time.
0 commit comments