1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
Joshua MacDonald dd781560d4
Rename handle to bound instrument (@sircelsius) (#400)
* Rename metric Handle to Bound Instrument

* Rename metric Handle to Bound Instrument

* Rename metric Handle to Bound Instrument

* chore(meter): renamed from *BoundInstrument to Bound*, renamed AcquireBoundInstrument to Bind

* chore(meter): renamed Release to Unbind

* Self feedback in doc.go

* Rename confusing method name

Co-authored-by: Marc Bramaud <sircelsius@users.noreply.github.com>
2019-12-27 16:30:19 -08:00
..
aggregator initialize checkpoint when creating ddsketch aggregator to prevent panic when merging into a empty one (#402) (#403) 2019-12-26 08:31:41 -08:00
batcher Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
controller/push Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
selector/simple Add Min() interface - rename MaxSumCount to MinMaxSumCount (#352) 2019-11-26 14:07:58 -08:00
benchmark_test.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
correct_test.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
doc.go Metrics stdout export pipeline (#265) 2019-11-15 13:01:20 -08:00
example_test.go Rename GetMeter() to Meter() (#357) 2019-11-26 09:54:05 -08:00
labelencoder.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
list.go Metrics SDK work-in-progress (#172) 2019-10-29 13:27:22 -07:00
monotone_test.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
sdk.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
stress_test.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00