Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build/components/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ firmware:
libvirt: v10.9.0
edk2: stable202411
core:
3p-kubevirt: v1.3.1-v12n.11
3p-kubevirt: dvp/feat/network-name-in-network-metrics
#3p-kubevirt: v1.3.1-v12n.11
3p-containerized-data-importer: v1.60.3-v12n.9
distribution: 2.8.3
package:
Expand Down
8 changes: 0 additions & 8 deletions templates/kubevirt/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ spec:
- __name__
- drive
targetLabel: type
# network ----------------------------------------------------------------------------------
# add network=default for all kubevirt_vmi_network_ metrics
- action: replace
regex: kubevirt_vmi_network_(.*)
replacement: default
sourceLabels:
- __name__
targetLabel: network
# cpu --------------------------------------------------------------------------------------
# for kubevirt_vmi_vcpu_ add new label core with value from id label
- action: replace
Expand Down
Loading