[ 
https://issues.apache.org/jira/browse/BEAM-5984?focusedWorklogId=168134&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-168134
 ]

ASF GitHub Bot logged work on BEAM-5984:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Nov/18 01:37
            Start Date: 21/Nov/18 01:37
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on a change in pull request #7090:  
[BEAM-5984] Enable publishing load test results to Big Query
URL: https://github.com/apache/beam/pull/7090#discussion_r235222865
 
 

 ##########
 File path: 
sdks/java/testing/load-tests/src/main/java/org/apache/beam/sdk/loadtests/LoadTestOptions.java
 ##########
 @@ -37,6 +38,22 @@
 
   void setStepOptions(String stepOptions);
 
+  @Description("Whether the results should be published to BigQuery database")
+  @Default.Boolean(false)
+  Boolean getPublishToBigQuery();
+
+  void setPublishToBigQuery(Boolean publishToBigQuery);
+
+  @Description("BigQuery dataset name")
+  String getBigQueryDataset();
+
+  void setBigQueryDataset(String dataset);
+
+  @Description("BigQuery table name")
+  String getBigQueryTable();
+
+  void setBigQueryTable(String tableName);
+
 
 Review comment:
   I wonder if the flags should be further specified for load tests? e.g. 
`setTestResultsBigQueryTable`? `PublishTestResultsToBigQuery`? Maybe it's too 
long - or maybe it helps avoid conflict with other BQ pipelines. LMK what you 
think

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 168134)
    Time Spent: 50m  (was: 40m)

> Publish metrics from load tests to BigQuery database
> ----------------------------------------------------
>
>                 Key: BEAM-5984
>                 URL: https://issues.apache.org/jira/browse/BEAM-5984
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Lukasz Gajowy
>            Assignee: Lukasz Gajowy
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Collect metrics in BQ so that those could be read and plotted using 
> PerfKitExplorer tool or any other similar. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to