We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b57ab commit 514afc1Copy full SHA for 514afc1
lib/collector.go
@@ -68,24 +68,6 @@ var (
68
"owner_crashes",
69
"worker_crashes",
70
"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"}
89
)
90
91
type CollectorConfig struct {
0 commit comments