Skip to content

Commit

Permalink
refactor: normalize schedules to minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Aug 17, 2023
1 parent 076707a commit e84c275
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object: qos_volume
# recommended to use large interval, since workload objects are expensive
client_timeout: 1m30s
schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- ^^uuid
Expand Down
2 changes: 1 addition & 1 deletion conf/rest/9.12.0/security_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ counters:
plugins:
- Certificate:
schedule:
- data: 180s # should be multiple of data poll duration
- data: 3m # should be multiple of data poll duration

export_options:
instance_keys:
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ object: qos
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- ^^uuid
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object: qos_detail
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- ^^id
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ object: qos_detail
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- ^^id
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ object: qos
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- ^^uuid
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/cdot/9.8.0/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no_max_records: true
plugins:
- Security:
schedule:
- data: 180s # should be multiple of data poll duration
- data: 3m # should be multiple of data poll duration

export_options:
instance_keys:
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/cdot/9.8.0/security_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
- type `server`
- Certificate:
schedule:
- data: 180s # should be multiple of data poll duration
- data: 3m # should be multiple of data poll duration

export_options:
instance_keys:
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ collector: Zapi

# Order here matters!
schedule:
- data: 180s
- data: 3m

objects:
Aggregate: aggr.yaml
Expand Down
6 changes: 3 additions & 3 deletions conf/zapiperf/cdot/9.8.0/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ instance_key: uuid
# recommended to use large interval, since workload objects are expensive
client_timeout: 1m30s
schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- concurrency
Expand Down
6 changes: 3 additions & 3 deletions conf/zapiperf/cdot/9.8.0/workload_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ instance_key: name
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- instance_name
Expand Down
6 changes: 3 additions & 3 deletions conf/zapiperf/cdot/9.8.0/workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ instance_key: name
client_timeout: 1m30s

schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

counters:
- instance_name
Expand Down
6 changes: 3 additions & 3 deletions conf/zapiperf/cdot/9.8.0/workload_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object: qos
# recommended to use large interval, since workload objects are expensive
client_timeout: 1m30s
schedule:
- counter: 1200s
- instance: 600s
- data: 180s
- counter: 20m
- instance: 10m
- data: 3m

instance_key: name

Expand Down
6 changes: 3 additions & 3 deletions conf/zapiperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ collector: ZapiPerf

# Order here matters!
schedule:
- counter: 1200s
- instance: 600s
- data: 60s
- counter: 20m
- instance: 10m
- data: 1m

objects:
# Node-level metrics
Expand Down
6 changes: 3 additions & 3 deletions pkg/conf/conf/zapiperf/limited1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ collector: ZapiPerf

# Order here matters!
schedule:
- counter: 1200s
- instance: 600s
- data: 60s
- counter: 20m
- instance: 10m
- data: 1m

objects:
SystemNode: system_node.yaml
6 changes: 3 additions & 3 deletions pkg/conf/testdata/conf/zapiperf/limited1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ collector: ZapiPerf

# Order here matters!
schedule:
- counter: 1200s
- instance: 600s
- data: 60s
- counter: 20m
- instance: 10m
- data: 1m

objects:
SystemNode: system_node.yaml
4 changes: 2 additions & 2 deletions pkg/test/preProcessResultData/p_default_collector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collector: Zapi
schedule:
instance: 600s
data: 180s
instance: 10m
data: 3m
objects:
Node: node.yaml
Aggregate: aggr.yaml
Expand Down
4 changes: 2 additions & 2 deletions pkg/test/testdata/default_collector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collector: Zapi
schedule:
- instance: 600s
- data: 180s
- instance: 10m
- data: 3m
objects:
Node: node.yaml
Aggregate: aggr.yaml
Expand Down

0 comments on commit e84c275

Please sign in to comment.