1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
Tyler Yahn 60f7d42d1e
Remove the deprecated otel/metric/global pkg (#3829)
* Remove the deprecated `otel/metric/global` pkg

* Add changelog entry

* Update PR number in changelog

* Fix lint

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
2023-03-07 08:36:19 -08:00
..
instrument Deprecate metric/unit and use a string for units in the metric API/SDK (#3776) 2023-02-27 08:10:56 -08: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 [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
example_test.go Deprecate metric/unit and use a string for units in the metric API/SDK (#3776) 2023-02-27 08:10:56 -08:00
go.mod Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
go.sum Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
meter.go Rename instrumentationName param of Meter method (#3734) 2023-02-16 12:04:19 -08:00
noop_test.go Remove the unneeded Observe method from the async instruments (#3586) 2023-01-25 12:58:09 -08:00
noop.go Remove leftover instrument provider from noop (#3736) 2023-02-16 14:05:26 -08:00