Skip to content

Commit

Permalink
correct interval usage in fabric-tests (#1323)
Browse files Browse the repository at this point in the history
Signed-off-by: D <d_kelsey@uk.ibm.com>
  • Loading branch information
davidkel committed Apr 27, 2022
1 parent 031267f commit da99385
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
Expand Up @@ -37,5 +37,5 @@ monitors:
resource:
- module: process
options:
interval: 3000
interval: 3
processes: [{ command: 'node', arguments: 'caliper.js', multiOutput: 'avg' }]
Expand Up @@ -37,9 +37,9 @@ monitors:
resource:
- module: process
options:
interval: 3000
interval: 3
processes: [{ command: 'node', arguments: 'caliper.js', multiOutput: 'avg' }]
- module: docker
options:
interval: 4000
interval: 4
containers: ['peer0.org1.example.com', 'peer0.org2.example.com', 'orderer0.example.com', 'orderer1.example.com']
Expand Up @@ -56,7 +56,6 @@ monitors:
resource:
- module: prometheus
options:
interval: 5000
url: "http://localhost:9090"
metrics:
include: [peer*, dev*]
Expand Down
Expand Up @@ -48,7 +48,6 @@ monitors:
resource:
- module: prometheus
options:
interval: 5000
url: "http://localhost:9090"
metrics:
include: [peer*, dev*]
Expand All @@ -71,9 +70,9 @@ monitors:
metrics: [all]
- module: process
options:
interval: 3000
interval: 3
processes: [{ command: 'node', arguments: 'caliper.js', multiOutput: 'avg' }]
- module: docker
options:
interval: 4000
interval: 4
containers: ['peer0.org1.example.com', 'peer0.org2.example.com', 'orderer0.example.com', 'orderer1.example.com']
Expand Up @@ -51,7 +51,6 @@ monitors:
resource:
- module: prometheus
options:
interval: 5000
url: "http://localhost:9090"
metrics:
include: [peer*, dev*]
Expand Down
Expand Up @@ -51,7 +51,6 @@ monitors:
resource:
- module: prometheus
options:
interval: 5000
url: "http://localhost:9090"
metrics:
include: [peer*, dev*]
Expand All @@ -74,10 +73,10 @@ monitors:
metrics: [all]
- module: process
options:
interval: 3000
interval: 3
processes: [{ command: 'node', arguments: 'caliper.js', multiOutput: 'avg' }]
- module: docker
options:
interval: 4000
interval: 4
containers: ['peer0.org1.example.com', 'peer0.org2.example.com', 'orderer0.example.com', 'orderer1.example.com']

0 comments on commit da99385

Please sign in to comment.