Measurement<T>
Stores one observed metrics value and its associated tags. This type is used by an Observable instrument's Observe() method when reporting current measurements.
Gets the measurement tags list.
Gets the measurement value.
Initializes a new instance of Measurement<T> using the specified value.
Initializes a new instance of Measurement<T> using the specified value and list of tags.
Initializes a new instance of Measurement<T> using the specified value and list of tags.
Initializes a new instance of Measurement<T> using the specified value and list of tags.