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
Tyler Yahn bd817df68c
Change Options to accept type not pointer (#2558)
* Change trace options to accept type not pointer

Add benchmark to show allocation improvement.

* Update CONTRIBUTING.md guidelines

* Update all Option iface

* Fix grammar in CONTRIBUTING
2022-02-01 15:51:23 -06:00
..
aggregator Move Aggregator interface to aggregator package (#2444) 2021-12-15 08:13:48 -08:00
controller Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00
export Remove Min/Max unused interfaces from the moved code (#2454) 2021-12-23 08:35:32 -08:00
processor Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00
selector/simple Move Aggregator interface to aggregator package (#2444) 2021-12-15 08:13:48 -08:00
alignment_test.go Deprecate and add warning to remove AtomicFieldOffsets, unnecessary public func (#2445) 2021-12-15 08:01:14 -08:00
atomicfields.go Deprecate and add warning to remove AtomicFieldOffsets, unnecessary public func (#2445) 2021-12-15 08:01:14 -08:00
benchmark_test.go Fixes because of removal of exact type. (#2459) 2021-12-16 15:22:53 -05:00
correct_test.go Move Aggregator interface to aggregator package (#2444) 2021-12-15 08:13:48 -08:00
doc.go Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00
go.mod Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00
go.sum Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 across the project (#2545) 2022-01-24 08:35:53 -08:00
histogram_stress_test.go Separate InstrumentationLibrary from metric.Descriptor (#2197) 2021-09-27 08:51:47 -07:00
refcount_mapped.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
sdk.go Move Aggregator interface to aggregator package (#2444) 2021-12-15 08:13:48 -08:00
stress_test.go Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00