diff --git a/metric/meter.go b/metric/meter.go index 2520bc74af1..10b1d6ac559 100644 --- a/metric/meter.go +++ b/metric/meter.go @@ -46,6 +46,9 @@ type MeterProvider interface { // Meter provides access to instrument instances for recording metrics. // +// All function calls of Meter always return a callable first value, even +// if the second return value of the function is a non-nil error. +// // Warning: Methods may be added to this interface in minor releases. See // package documentation on API implementation for information on how to set // default behavior for unimplemented methods.