vitess-gh/go/stats
Michael Demmer c5afc12130 add ResetAll to CountersWithSingleLabel
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
2018-10-04 06:32:12 -07:00
..
influxdbbackend remove the unused Float stat type 2018-07-27 06:11:50 -04:00
opentsdb remove the unused Float stat type 2018-07-27 06:11:50 -04:00
prometheusbackend add prometheus exporter support for FloatFunc 2018-08-06 14:49:23 -07:00
counter.go stats: Improve counter documentation. 2018-04-28 13:03:32 -07:00
counter_test.go stats: Reorder calls in test to make them consistent with the other tests. 2018-04-28 08:57:55 -07:00
counters.go add ResetAll to CountersWithSingleLabel 2018-10-04 06:32:12 -07:00
counters_test.go Moving stats variable escaping to its own file. 2018-07-11 15:24:29 -07:00
duration.go stats: Split Duration* types into CounterDuration* and GaugeDuration*. 2018-04-28 09:17:45 -07:00
duration_test.go stats: Split Duration* types into CounterDuration* and GaugeDuration*. 2018-04-28 09:17:45 -07:00
export.go add prometheus exporter support for FloatFunc 2018-08-06 14:49:23 -07:00
export_test.go remove the unused StringMap stat type 2018-07-27 06:11:50 -04:00
histogram.go remove the unused LabelName() from the Histogram 2018-04-30 17:14:47 -07:00
histogram_test.go use "help" uniformly as suggested in PR review 2018-04-30 17:10:42 -07:00
kebab_case_converter.go Create new snake_case_converter. 2018-04-20 16:51:46 -07:00
kebab_case_converter_test.go stats: Add function to convert stats variable names to kebab-case. 2018-04-09 00:40:59 -07:00
multidimensional.go stats: Remove CountersFunc type. 2018-04-28 14:34:31 -07:00
multidimensional_test.go * Refactor the pull backend to use the expvar hook. 2018-04-20 16:51:46 -07:00
rates.go stats: Remove CountersFunc type. 2018-04-28 14:34:31 -07:00
rates_test.go stats: Rename (Counters|Gauges)WithLabels to *WithSingleLabel. 2018-04-28 11:59:40 -07:00
ring.go
safe_label.go Moving stats variable escaping to its own file. 2018-07-11 15:24:29 -07:00
snake_case_converter.go Create new snake_case_converter. 2018-04-20 16:51:46 -07:00
snake_case_converter_test.go Create new snake_case_converter. 2018-04-20 16:51:46 -07:00
timings.go Moving stats variable escaping to its own file. 2018-07-11 15:24:29 -07:00
timings_test.go Moving stats variable escaping to its own file. 2018-07-11 15:24:29 -07:00
variable_interface.go stats: Simplify code for single-value stat variables. 2018-04-27 17:37:33 -07:00