1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/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
..
instrument [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
nonrecording [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
unit Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
config.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
doc.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
example_test.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
go.mod [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
go.sum [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
meter.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00