Skip to content

Commit 9a7a627

Browse files
solenocijuzhao
andcommitted
Update the suffix to sum
Co-authored-by: Junqi Zhao <[email protected]>
1 parent 8fd5a74 commit 9a7a627

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Documentation/data-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,14 +1270,14 @@ data:
12701270
#
12711271
# owners: (https://github.com/kubev2v/forklift)
12721272
#
1273-
# cluster:mtv_migrations_status_total:max is the total number of VM migrations running on the cluster,
1273+
# cluster:mtv_migrations_status_total:sum is the total number of VM migrations running on the cluster,
12741274
# labeled with {status}, {provider}, {mode}, and {target}.
12751275
# Expected labels:
12761276
# - provider: "ova", "vsphere", "openstack", "openshift", "ovirt" or "awsec2"
12771277
# - target: "Local" or "Remote"
12781278
# - mode: "Cold", "Warm" or "RCM"
12791279
# - status: "Suceeded", "Failed" or "Canceled"
1280-
- '{__name__="cluster:mtv_migrations_status_total:max", provider=~"ova|vsphere|openstack|openshift|ovirt|awsec2", target=~"Local|Remote", mode=~"Cold|Warm|RCM", status=~"Succeeded|Failed|Canceled"}'
1280+
- '{__name__="cluster:mtv_migrations_status_total:sum", provider=~"ova|vsphere|openstack|openshift|ovirt|awsec2", target=~"Local|Remote", mode=~"Cold|Warm|RCM", status=~"Succeeded|Failed|Canceled"}'
12811281
kind: ConfigMap
12821282
metadata:
12831283
name: telemetry-config

0 commit comments

Comments
 (0)