Skip to content

CE-2993: Revise prometheus metrics for IOC hosts

The existing host metrics have been split into multiple and more detailed metrics:

  • Active hosts with active IOCs
  • Active hosts with inactive IOCs
  • Active hosts without IOCs
  • Inactive hosts without IOCs
  • Inactive hosts with IOCs

In response:

ce_host_count{active_ioc="false",hosts_ioc="false",status="inactive",} 278.0
ce_host_count{active_ioc="true",hosts_ioc="true",status="active",} 486.0
ce_host_count{active_ioc="false",hosts_ioc="false",status="active",} 254.0
ce_host_count{active_ioc="false",hosts_ioc="true",status="inactive",} 52.0
ce_host_count{active_ioc="false",hosts_ioc="true",status="active",} 21.0

Closes CE-2993, CE-3105

Edited by Domonkos Gulyas

Merge request reports