package
2.2.0-rc.1+incompatible
Repository: https://github.com/m3db/prometheus.git
Documentation: pkg.go.dev
# Functions
NewQueryStats makes a QueryStats struct with all QueryTimings found in the given TimerGroup.
NewTimerGroup constructs a new TimerGroup.
# Constants
Query timings.
Query timings.
Query timings.
Query timings.
Query timings.
Query timings.
Query timings.
# Structs
QueryStats currently only holding query timings.
A Timer that can be started and stopped and accumulates the total time it was running (the time between Start() and Stop()).
A TimerGroup represents a group of timers relevant to a single query.
# Type aliases
QueryTiming identifies the code area or functionality in which time is spent during a query.
Timers is a slice of Timer pointers that implements Len and Swap from sort.Interface.