EventRateMetricDefinition interface
The definition of an EventRate metric definition. Calculates the percentage of events satisfying a specified condition.
- Extends
Properties
event | Event to observe as the rate denominator. |
rate |
The event contributes to the rate numerator if it satisfies this condition. |
type | The type of metric. |
Property Details
event
rateCondition
The event contributes to the rate numerator if it satisfies this condition.
rateCondition: string
Property Value
string
type
The type of metric.
type: "EventRate"
Property Value
"EventRate"