IMetricTelemetryConsumer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMetricTelemetryConsumer : Orleans.Runtime.ITelemetryConsumer
type IMetricTelemetryConsumer = interface
interface ITelemetryConsumer
Public Interface IMetricTelemetryConsumer
Implements ITelemetryConsumer
- Derived
- Implements
Methods
Close() | (Inherited from ITelemetryConsumer) |
DecrementMetric(String, Double) |
Decrement a metric by a given value. |
DecrementMetric(String) |
Decrement a metric value. |
Flush() | (Inherited from ITelemetryConsumer) |
IncrementMetric(String, Double) |
Increment a metric by a given value. |
IncrementMetric(String) |
Increment a metric value. |
TrackMetric(String, Double, IDictionary<String,String>) | |
TrackMetric(String, TimeSpan, IDictionary<String,String>) |