influxdb/pkg/metrics
Ayan George 3b9be0145c
fix: address static check warning s1039 (#18135)
This commit quiets staticcheck's warnings about "unnecessary use of
fmt.Sprintf" and "unnecessary use of fmt.Sprint".

Prior to this commit we were wrapping simple constant strings without
any formatting verbs with fmt.Sprintf().
2020-05-18 13:55:05 -04:00
..
context.go Modify context key type 2018-10-16 11:25:33 +09:00
counter.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
counter_test.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
default_registry.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
descriptors.go fix overflow for 32-bit architecture 2017-10-20 10:22:28 -07:00
descriptors_test.go fix overflow for 32-bit architecture 2017-10-20 10:22:28 -07:00
doc.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
group.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
group_registry.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
registry.go fix: address static check warning s1039 (#18135) 2020-05-18 13:55:05 -04:00
registry_test.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
timer.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
timer_test.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00