1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/metric
Joshua MacDonald e8546e3bc5
Remove Labelset (#595)
* Remove LabelSet frmo api/metric

* SDK tests pass

* Restore benchmarks

* All tests pass

* Remove all mentions of LabelSet

* Test RecordBatch

* Batch test

* Improves benchmark (some)

* Move the benchmark to match HEAD

* Align labels for GOARCH=386

* Add alignment test

* Disable the stress test fo GOARCH=386

* Fix bug

* Move atomic fields into their own file

* Add a TODO

* Comments

* Remove metric.Labels(...)

* FTB

Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
2020-03-27 14:06:48 -07:00
..
aggregator Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
batcher Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
controller/push Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
selector/simple Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
alignment_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
atomicfields.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
benchmark_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
config_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
config.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
correct_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
example_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
histogram_stress_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
list.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
minmaxsumcount_stress_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
refcount_mapped.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
sdk.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
stress_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00