Share via


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.

rateCondition

The event contributes to the rate numerator if it satisfies this condition.

type

The type of metric.

Property Details

event

Event to observe as the rate denominator.

event: ObservedEvent

Property Value

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"