Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kobuskc authored and gesellix committed Jul 18, 2019
1 parent 66b57ab commit 514afc1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,6 @@ var (
"owner_crashes",
"worker_crashes",
"closes"}

exposedRequestTimes = []string{
"Min",
"Max",
"ArithmeticMean",
"GeometricMean",
"HarmonicMean",
"Median",
"Variance",
"StandardDeviation",
"Skewness",
"Kurtosis"}

exposedPercentiles = []string{
"p50",
"p75",
"p99",
"p999"}
)

type CollectorConfig struct {
Expand Down

0 comments on commit 514afc1

Please sign in to comment.