Metric-Fan.Out.Call

Number of outgoing edges of type “Call”

Required inputs: RFG

Possible Messages

This rule has no predefined messages.

Options

display_name

display_name : str | None = None

Description of the metric shown in the dashboard. If None, rfg_metric_name is used.
 

edge_type

edge_type : str = 'Call'

Type of edges which are counted.
 

max_value

max_value : int | None = 10

Maximum allowed value. None if unlimited.
 

min_value

min_value : int | None = 0

Minimum allowed value. None if unlimited.
 

rfg_metric_name

rfg_metric_name : str = ''

Name of the node attribute storing the metric value in the RFG. Default: f"Metric.Fan.Out.{edge_type}"