[
https://issues.apache.org/jira/browse/BEAM-5984?focusedWorklogId=168340&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-168340
]
ASF GitHub Bot logged work on BEAM-5984:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Nov/18 16:22
Start Date: 21/Nov/18 16:22
Worklog Time Spent: 10m
Work Description: lgajowy 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_r235455106
##########
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:
What will happen when the options conflict? If there's an exception thrown
then we are good now I guess. If not, it may be wise to change it for Nexmark
too, WDYT?
----------------------------------------------------------------
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: 168340)
Time Spent: 1h (was: 50m)
> 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: 1h
> 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)