1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-24 08:22:25 +02:00
opentelemetry-go/metric
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
..
embedded Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
global Move global metric back to otel/metric/global for minor release (#3986) 2023-04-13 07:39:39 -07:00
instrument Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
internal/global Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
noop Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncint64.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
config_test.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
config.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
doc.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
example_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
go.mod dependabot updates Sun Apr 2 15:32:08 UTC 2023 (#3963) 2023-04-02 12:10:19 -04:00
go.sum dependabot updates Sun Apr 2 15:32:08 UTC 2023 (#3963) 2023-04-02 12:10:19 -04:00
instrument_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
instrument.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
meter.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncfloat64.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncint64.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00