@@ -12,7 +12,7 @@ def my_setup():
12
12
key1 = Key ._from_string ('scale-11|GPFSFilesystem|scale-cluster-1.vmlocal|localFS|gpfs_fs_bytes_read' , '' )
13
13
key2 = Key ._from_string ('scale-11|GPFSFilesystem|scale-cluster-1.vmlocal|localFS|gpfs_fs_bytes_read' , '' )
14
14
15
- col1 = ColumnInfo (name = 'gpfs_fs_bytes_read' , semType = 2 ,
15
+ col1 = ColumnInfo (name = 'gpfs_fs_bytes_read' , semType = 2 ,
16
16
keys = (key1 ,), column = 6 )
17
17
col2 = ColumnInfo (name = 'gpfs_fs_bytes_read' , semType = 2 ,
18
18
keys = (key2 ,), column = 6 )
@@ -21,12 +21,12 @@ def my_setup():
21
21
{'node' : 'scale-12' , 'gpfs_cluster_name' : 'scale-cluster-1.vmlocal' , 'gpfs_fs_name' : 'localFS' }]
22
22
23
23
dps1 = {1715963000 : 0 , 1715963010 : 0 , 1715963020 : 0 , 1715963030 : 0 , 1715963040 : 0 , 1715963050 : 0 ,
24
- 1715963060 : 0 , 1715963070 : 0 , 1715963080 : 0 , 1715963090 : 0 , 1715963100 : 0 , 1715963110 : 0 ,
25
- 1715963120 : 0 , 1715963130 : 0 , 1715963140 : 0 , 1715963150 : 0 , 1715963160 : 0 , 1715963170 : 0 }
24
+ 1715963060 : 0 , 1715963070 : 0 , 1715963080 : 0 , 1715963090 : 0 , 1715963100 : 0 , 1715963110 : 0 ,
25
+ 1715963120 : 0 , 1715963130 : 0 , 1715963140 : 0 , 1715963150 : 0 , 1715963160 : 0 , 1715963170 : 0 }
26
26
27
27
dps2 = {1715963000 : 0 , 1715963010 : 0 , 1715963020 : 0 , 1715963030 : 0 , 1715963040 : 0 , 1715963050 : 0 ,
28
- 1715963060 : 0 , 1715963070 : 0 , 1715963080 : 0 , 1715963090 : 0 , 1715963100 : 0 , 1715963110 : 0 ,
29
- 1715963120 : 0 , 1715963130 : 0 , 1715963140 : 0 , 1715963150 : 0 , 1715963160 : 0 , 1715963170 : 0 }
28
+ 1715963060 : 0 , 1715963070 : 0 , 1715963080 : 0 , 1715963090 : 0 , 1715963100 : 0 , 1715963110 : 0 ,
29
+ 1715963120 : 0 , 1715963130 : 0 , 1715963140 : 0 , 1715963150 : 0 , 1715963160 : 0 , 1715963170 : 0 }
30
30
31
31
ts1 = TimeSeries (col1 , dps1 , filtersMap )
32
32
ts2 = TimeSeries (col2 , dps2 , filtersMap )
@@ -47,7 +47,7 @@ def my_setup():
47
47
{'filter' : 'scale-11|scale-12' ,
48
48
'groupBy' : False , 'tagk' : 'node' , 'type' : 'pm_filter'
49
49
}
50
- ],
50
+ ],
51
51
'metric' : 'gpfs_fs_bytes_read' , 'refId' : 'A' , 'downsample' : '15m-sum' , 'index' : 0
52
52
}
53
53
}
0 commit comments