Tyler Yahn
15d6ba2921
Unify metric API into the one otel/metric
package ( #4018 )
...
* Move instrument into metric
* Update metric docs to include instrument
* Update package names
* Update all imports of sdk/metric/instrument
* Rename Option to InstrumentOption
* Deprecate otel/metric/instrument
* Add changelog entry
2023-04-27 11:25:48 -07:00
Tyler Yahn
63a0f51c2d
Move metric No-Op to metric/noop
( #3941 )
...
* Revert "Revert "Move metric No-Op to metric/noop (#3893 )" (#3921 )"
This reverts commit 795ad971191b0bd7ff0d376a19b00e2e20f3b4b7.
* Add PR number
* Move example_test back to `otel/metric`
* Update CHANGELOG.md
Co-authored-by: Robert Pająk <pellared@hotmail.com>
* Remove redundant panic tests
* Update noop pkg docs
---------
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2023-03-29 08:05:07 -07:00
Tyler Yahn
795ad97119
Revert "Move metric No-Op to metric/noop ( #3893 )" ( #3921 )
...
* Revert "Move metric No-Op to `metric/noop` (#3893 )"
This reverts commit 3c75a44f8453739fb5fac865afe4923680701721.
* Persist removal of NewNoopMeter
2023-03-22 14:41:28 -07:00
Tyler Yahn
3c75a44f84
Move metric No-Op to metric/noop
( #3893 )
...
* Move metric No-Op to noop pkg
* Remove the unneeded embedded ifaces
* Update CHANGELOG.md
Co-authored-by: Peter Liu <lpfvip2008@gmail.com>
---------
Co-authored-by: Peter Liu <lpfvip2008@gmail.com>
Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
2023-03-21 14:25:23 -05:00