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")
|
t.Skip("Decomment this test only to manually analyze real queries")
|
||||||
|
|
||||||
type labelValueInfo struct {
|
type labelValueInfo struct {
|
||||||
numMatchingQueries int //nolint:unused
|
numMatchingQueries int
|
||||||
numShardedQueries int //nolint:unused
|
numShardedQueries int
|
||||||
numSplitQueries int //nolint:unused
|
numSplitQueries int
|
||||||
optimized bool //nolint:unused
|
optimized bool
|
||||||
averageParsingTimeMillis float64 //nolint:unused
|
averageParsingTimeMillis float64
|
||||||
|
|
||||||
// Sorted list of timestamps when the queries have been received.
|
// Sorted list of timestamps when the queries have been received.
|
||||||
queryStartTimes []time.Time
|
queryStartTimes []time.Time
|
||||||
|
|
Loading…
Reference in a new issue