Skip to content

Conversation

diafour
Copy link
Member

@diafour diafour commented Sep 19, 2025

Description

  • Remove metric replacement rule to always set network label with "default" value
  • Add kubevirt patch to set network name from annotation.

Why do we need it, and what problem does it solve?

Given this specs:

  networks:
  - type: Main
  - name: cn-1003-for-e2e-test
    type: ClusterNetwork
  - name: cn3
     type: ClusterNetwork

Before: only "default" network is shown:

image

After:

What is the expected result?

Graph contains separate lines for each network specified in the VM spec.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section:
type:
summary:

- Remove replace to always set network label with "default" value
- Add kubevirt patch to set network name from annotation.

Signed-off-by: Ivan Mikheykin <[email protected]>
@diafour diafour added this to the v1.1.0 milestone Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant