mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Attempt to remove unused unused linter directives
This commit is contained in:
parent
dba5006d7a
commit
601a2f91ed
|
@ -758,11 +758,11 @@ func TestAnalyzeRealQueries(t *testing.T) {
|
|||
t.Skip("Decomment this test only to manually analyze real queries")
|
||||
|
||||
type labelValueInfo struct {
|
||||
numMatchingQueries int //nolint:unused
|
||||
numShardedQueries int //nolint:unused
|
||||
numSplitQueries int //nolint:unused
|
||||
optimized bool //nolint:unused
|
||||
averageParsingTimeMillis float64 //nolint:unused
|
||||
numMatchingQueries int
|
||||
numShardedQueries int
|
||||
numSplitQueries int
|
||||
optimized bool
|
||||
averageParsingTimeMillis float64
|
||||
|
||||
// Sorted list of timestamps when the queries have been received.
|
||||
queryStartTimes []time.Time
|
||||
|
|
Loading…
Reference in a new issue