Skip to content

Add network policy summary endpoint for the Cilium prometheus metrics

Arthur Evstifeev requested to merge network-policy-stats-backend into master

What does this MR do?

This MR adds Network Policy section to the Threat Monitoring page. Stats are based on per namespace prometheus metrics.

Backend changes:

  • Introduced new network_policies/summary endpoint to the project's security group.
  • Introduced new Prometheus query to fetch necessary stats.

Related to #32365 (closed). Frontend part is in !25858 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Arthur Evstifeev

Merge request reports