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 d8682c1999
Refactor the SDK helpers, create MeterImpl (#560)
* Create MeterImpl interface

* Checkpoint w/ sdk.go building

* Checkpoint working on global

* api/global builds (test fails)

* Test fix

* All tests pass

* Comments

* Add two tests

* Comments and uncomment tests

* Precommit part 1

* Still working on tests

* Lint

* Add a test and a TODO

* Cleanup

* Lint

* Interface()->Implementation()

* Apply some feedback

* From feedback

* (A)Synchronous -> (A)Sync

* Add a missing comment

* Apply suggestions from code review

Co-Authored-By: Krzesimir Nowak <qdlacz@gmail.com>

* Rename a variable

Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
2020-03-19 12:02:46 -07:00
..
aggregator Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
batcher Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
controller/push Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
selector/simple Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
alignment_test.go Refactor metric records logic (#468) 2020-02-06 14:45:56 -08:00
benchmark_test.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
correct_test.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
doc.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
example_test.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
histogram_stress_test.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
labelencoder.go Make the default label encoding unique (#508) 2020-03-04 14:19:25 -08:00
list.go Use a variable-size array to represent ordered labels in maps (#523) 2020-03-11 09:11:27 -07:00
minmaxsumcount_stress_test.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
refcount_mapped.go Refactor metric records logic (#468) 2020-02-06 14:45:56 -08:00
sdk.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00
stress_test.go Refactor the SDK helpers, create MeterImpl (#560) 2020-03-19 12:02:46 -07:00