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
Aaron Clawson 18f4cb85ec
[API EPIC 4/4] Fix tests and examples (#2587)
* Empty All of the metrics dir

* Add instrument api with documentation

* Add a NoOp implementation.

* Updated to the new config standard

* Address PR comments

* This change moves components to sdk/metrics

The Moved components are:
- metric/metrictest
- metric/number
- metric/internal/registry
- metric/sdkapi

* The SDK changes necessary to satasify the new api

* This fixes the remaing tests.

* Update changelog

* refactor the Noop meter and instruments into one package.

* Renamed pkg.Instruments to pkg.InstrumentProvider

Co-authored-by: Aaron Clawson <MadVikingGod@users.noreply.github.com>
2022-03-02 09:50:29 -06:00
..
aggregator [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
controller [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
export [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
metrictest [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
number [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
processor [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
registry [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
sdkapi [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
selector/simple [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06: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 [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
correct_test.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
doc.go Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00
go.mod [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06: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 [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06: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 [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00