Overload | Description |
---|---|
WriteSample(String,Double) | Write a metric sample to the specified metric instance with the provided data immediately, creating the metric if it doesn't exist. |
WriteSample(String,Double,DateTimeOffset) | Write a metric sample to the specified metric instance with the provided data immediately, creating the metric if it doesn't exist. |
WriteSample(String,Double,Double) | Write a metric sample to the specified metric instance with the provided data immediately, creating the metric if it doesn't exist. |
WriteSample(String,Double,Double,DateTimeOffset) | Write a metric sample to the specified metric instance with the provided data immediately, creating the metric if it doesn't exist. |