[
https://issues.apache.org/jira/browse/BEAM-11018?focusedWorklogId=502844&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-502844
]
ASF GitHub Bot logged work on BEAM-11018:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Oct/20 20:51
Start Date: 20/Oct/20 20:51
Worklog Time Spent: 10m
Work Description: ihji commented on a change in pull request #13017:
URL: https://github.com/apache/beam/pull/13017#discussion_r508831092
##########
File path: sdks/python/apache_beam/metrics/metric.py
##########
@@ -293,3 +339,49 @@ def with_steps(self, steps):
self._steps.update(steps)
return self
+
+
+class MetricLogger(object):
Review comment:
`MetricLogger` stores separate metric values from `MetricEnvironment`
for reporting a single aggregated result to the logger. In this PR, it's used
for keeping process-wide API latency histogram values and periodically logging
it. So I think changing `MetricEnvironment` doesn't have any effect here.
----------------------------------------------------------------
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: 502844)
Time Spent: 5.5h (was: 5h 20m)
> Use metric for Python BigQuery streaming insert API latency logging
> -------------------------------------------------------------------
>
> Key: BEAM-11018
> URL: https://issues.apache.org/jira/browse/BEAM-11018
> Project: Beam
> Issue Type: Improvement
> Components: io-py-gcp
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Use metric for Python BigQuery streaming insert API latency logging
--
This message was sent by Atlassian Jira
(v8.3.4#803005)