Skip to content

Commit 514afc1

Browse files
kobuskcgesellix
authored andcommitted
Remove unused variables
1 parent 66b57ab commit 514afc1

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lib/collector.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,6 @@ var (
6868
"owner_crashes",
6969
"worker_crashes",
7070
"closes"}
71-
72-
exposedRequestTimes = []string{
73-
"Min",
74-
"Max",
75-
"ArithmeticMean",
76-
"GeometricMean",
77-
"HarmonicMean",
78-
"Median",
79-
"Variance",
80-
"StandardDeviation",
81-
"Skewness",
82-
"Kurtosis"}
83-
84-
exposedPercentiles = []string{
85-
"p50",
86-
"p75",
87-
"p99",
88-
"p999"}
8971
)
9072

9173
type CollectorConfig struct {

0 commit comments

Comments
 (0)