vitess-gh/go/stats
hwdef 1f98c92b79 fix some spelling mistakes
Signed-off-by: hwdef <hwdef97@gmail.com>
2019-09-26 17:06:20 +08:00
..
opentsdb fix wrong spells in opentsdb.go 2019-08-14 21:14:36 +08: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 fix some spelling mistakes 2019-09-26 17:06:20 +08: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 staticcheck: packages/files missed during first pass 2019-03-07 11:51:31 -08:00
kebab_case_converter_test.go Use the import () way 2019-02-12 13:53:16 -05: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 license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
safe_label.go Update copyright holders 2019-04-14 10:10:20 +02:00
snake_case_converter.go staticcheck: packages/files missed during first pass 2019-03-07 11:51:31 -08:00
snake_case_converter_test.go Use the import () way 2019-02-12 13:53:16 -05:00
timings.go staticcheck: packages/files missed during first pass 2019-03-07 11:51:31 -08: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