Skip to content

Commit

Permalink
Implement prometheus store
Browse files Browse the repository at this point in the history
- modify local client to conditionally push to a prometheus push gateway
- modify returned results to include start/end times of client test
- add new prometheus monitor
- tidy existing Docker monitor
- remove demo.js and move to a test observer class
- add test observer interface
- add prometheus based test observer
- rename monitor methods/variables to make them related to what the method/variable is used for
- delete zoo related items
- modify report builder and report template to enable generic results to be itemised

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
nklincoln committed Sep 17, 2019
1 parent 6ddd600 commit 4eebdf2
Show file tree
Hide file tree
Showing 81 changed files with 3,873 additions and 3,209 deletions.
1 change: 1 addition & 0 deletions packages/caliper-burrow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@hyperledger/caliper-burrow",
"description": "Hyperledger Burrow adaptor for Caliper, enabling the running of a performance benchmarks that interact with Burrow",
"version": "0.1.0",
"repository": {
"type": "git",
Expand Down
26 changes: 0 additions & 26 deletions packages/caliper-cli/lib/zooclient.js

This file was deleted.

65 changes: 0 additions & 65 deletions packages/caliper-cli/lib/zooclient/lib/startZooClient.js

This file was deleted.

52 changes: 0 additions & 52 deletions packages/caliper-cli/lib/zooclient/startZooClientCommand.js

This file was deleted.

27 changes: 0 additions & 27 deletions packages/caliper-cli/lib/zooservice.js

This file was deleted.

69 changes: 0 additions & 69 deletions packages/caliper-cli/lib/zooservice/lib/startZooService.js

This file was deleted.

69 changes: 0 additions & 69 deletions packages/caliper-cli/lib/zooservice/lib/stopZooService.js

This file was deleted.

46 changes: 0 additions & 46 deletions packages/caliper-cli/lib/zooservice/lib/zookeeper-service.yaml

This file was deleted.

Loading

0 comments on commit 4eebdf2

Please sign in to comment.