1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
Joshua MacDonald 478dc4fe40
Metrics: Move the non-API types into sdkapi (#2271)
* move Descriptor to sdkapi, add test

* rename Descriptor to sdkapi

* precommit

* Move the rest of the sdkapi

* use alias for Observation and Measurement

* Changelog

* pr num

* comment Measurement and Observation

* swap comments

* move->moved
2021-10-14 09:06:22 -07:00
..
global adding NewNoopMeterProvider to follow trace api (#2237) 2021-09-13 09:14:32 -07:00
metrictest Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00
number chore: adds vanity import check. (#2255) 2021-09-27 22:37:26 -04:00
sdkapi Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00
unit Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
config.go Separate InstrumentationLibrary from metric.Descriptor (#2197) 2021-09-27 08:51:47 -07:00
doc.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
go.mod Release prep v1.0.1/v0.24.0 (#2270) 2021-10-01 16:20:32 -04:00
go.sum Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#1954) 2021-06-01 11:53:02 -07:00
metric_instrument.go Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00
metric_test.go Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00
metric.go Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00
noop_test.go adding NewNoopMeterProvider to follow trace api (#2237) 2021-09-13 09:14:32 -07:00
noop.go Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00