1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/api/metric
Joshua MacDonald 4047c0877a
Introduce metric constructor errors, MeterMust wrapper (#529)
* Update api for Must constructors, with SDK helpers

* Update for Must constructors, leaving TODOs about global errors

* Add tests

* Move Must methods into metric.Must

* Apply the feedback

* Remove interfaces

* Remove more interfaces

* Again...

* Remove a sentence about a dead inteface
2020-03-11 11:57:57 -07:00
..
alignment_test.go Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
api_test.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
api.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
common.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
counter.go Update metric types to not use pointer receivers (#462) 2020-02-04 10:27:03 -08:00
doc.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
measure.go Update metric types to not use pointer receivers (#462) 2020-02-04 10:27:03 -08:00
must.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
noop.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
sdkhelpers.go Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00