Metric-Fan.In

Deprecated. Number of incoming edges of certain configurable edge types

Required inputs: RFG

Deprecated: use Metric-Fan.In.Call instead.

Possible Messages

This rule has no predefined messages.

Options

edge_types

edge_types

Type: dict[str, dict[str, str | float | None | bool]]

Default:

{
   'Call': {
      'display_name': 'Fan-In (Calls)',
      'max_value': 10.0,
      'min_value': 0.0
   }
}
   Dictionary string --> {'display_name' --> string,
                          'min_value' --> float,
                          'max_value' --> float,
                          'disable' --> boolean}.
  • The key is the name of the edge_descriptor_type.
  • display_name: description of the metric shown in dashboard.
  • min_value: minimal number of allowed incoming edges.
  • max_value: maximal number of allowed incoming edges.
  • disable: disables this edge type (optional).