Skip to content

CE-2301: Rename metrics and export host data

The actual metrics has been modified and some host related metrcis has been added. So the current metrics are:

  • Number of deployed IOCs: ce_ioc_count (status=deployed)
  • Number of not deployed IOCS: ce_ioc_count (status=not-deployed)
  • Number of deployment jobs: ce_job_count (job_type=deployments)
  • Number of undeployment jobs: ce_job_count (job_type=undeployments)
  • Number of start commands: ce_job_count (job_type=start_command)
  • Number of stop commands: ce_job_count (job_type=stop_command)
  • Number of hosts with IOC: ce_host_count (status=with_ioc)
  • Number of hosts without IOC: ce_host_count (status=without_ioc)
  • Number of hosts with active IOC: ce_host_count (status=active)

Closes CE-2301

Edited by Domonkos Gulyas

Merge request reports