Skip to content

Commit

Permalink
add results to google sheets and index results into ES
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-sheth committed Apr 30, 2020
1 parent 029dec3 commit feab774
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 27 deletions.
16 changes: 16 additions & 0 deletions docs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,22 @@ HTTP workload generator container image.
Default: `quay.io/openshift-scale/nginx`
HTTP server container image.

### ES_SERVER
Default: *empty*
Public elasticsearch server

### ES_PORT
Default: *empty*
Port number for public elasticsearch server

### EMAIL_ID_FOR_RESULTS_SHEET
Default: *empty*
Email Id to which the results in google spreadsheet will be mailed

### GSHEET_KEY
Default: *empty*
The service account key for communicating with Google API.
Note: Please pad the key i.e " will be backslash" and \n will be backslash\n

## Suggested configurations

Expand Down
Loading

0 comments on commit feab774

Please sign in to comment.