Overload | Description |
---|---|
WriteSample(String,Double) | Write a metric sample to the specified metric instance with the provided data, for non-fraction sampling types. |
WriteSample(String,Double,DateTimeOffset) | Write a metric sample to the specified metric instance with the provided data and recent timestamp, for non-fraction sampling types. |
WriteSample(String,Double,Double) | Write a metric sample to the specified metric instance with the provided data pair, for fraction sampling types. |
WriteSample(String,Double,Double,DateTimeOffset) | Write a metric sample to the specified metric instance with the provided data pair and recent timestamp, for fraction sampling types. |
WriteSample(Object,String) | Write a metric sample to an automatically-determined instance of this metric definition using the provided data object, with a fall-back instance name. |
WriteSample(Object) | Write a metric sample to an automatically-determined instance of this metric definition using the provided data object. |