grafana/pkg/metrics
bergquist 22407fc897 fix(metrics): 64bit aligns standardcounter
Due to a bug in golang the 64bit variable i
need to come first to be 64bit aligned.
https://golang.org/pkg/sync/atomic/#pkg-note-BUG

closes #5341
2016-06-13 06:56:16 +02:00
..
combos.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
common.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
counter.go fix(metrics): 64bit aligns standardcounter 2016-06-13 06:56:16 +02:00
delta.go feat(instrumentation): more work 2016-06-03 15:06:57 +02:00
EMWA.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
gauge.go feat(instrumentation): added gauge and http endpoint 2016-06-03 16:15:36 +02:00
graphite.go feat(instrumentation): added gauge and http endpoint 2016-06-03 16:15:36 +02:00
histogram_test.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
histogram.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
meter.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
metrics.go feat(instrumentation): finial polish 2016-06-03 17:15:17 +02:00
publish.go feat(logging): progress on new logging #4590 2016-06-07 09:29:47 +02:00
registry.go feat(instrumentation): more work 2016-06-03 15:06:57 +02:00
sample_test.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
sample.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00
settings.go feat(logging): progress on new logging #4590 2016-06-07 09:29:47 +02:00
timer.go feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 2016-06-03 12:50:51 +02:00