[
https://issues.apache.org/jira/browse/BEAM-8132?focusedWorklogId=432139&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432139
]
ASF GitHub Bot logged work on BEAM-8132:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/May/20 14:26
Start Date: 08/May/20 14:26
Worklog Time Spent: 10m
Work Description: kamilwu commented on a change in pull request #11567:
URL: https://github.com/apache/beam/pull/11567#discussion_r422174187
##########
File path: sdks/python/apache_beam/testing/load_tests/load_test_metrics_utils.py
##########
@@ -167,14 +175,15 @@ class MetricsReader(object):
A :class:`MetricsReader` retrieves metrics from pipeline result,
prepares it for publishers and setup publishers.
"""
- publishers = [] # type: List[ConsoleMetricsPublisher]
+ publishers = [] # type: List[Any]
def __init__(
self,
project_name=None,
bq_table=None,
bq_dataset=None,
publish_to_bq=False,
Review comment:
It's likely, but there's no decision yet. What influx parameters do you
think can be improved?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 432139)
Time Spent: 5.5h (was: 5h 20m)
> Create metrics publisher in Python SDK
> --------------------------------------
>
> Key: BEAM-8132
> URL: https://issues.apache.org/jira/browse/BEAM-8132
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)