[
https://issues.apache.org/jira/browse/BEAM-6905?focusedWorklogId=219091&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219091
]
ASF GitHub Bot logged work on BEAM-6905:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/19 03:43
Start Date: 27/Mar/19 03:43
Worklog Time Spent: 10m
Work Description: kennknowles commented on pull request #8131:
[BEAM-6905] Add support for user distribution metrics.
URL: https://github.com/apache/beam/pull/8131#discussion_r269394647
##########
File path: model/pipeline/src/main/proto/metrics.proto
##########
@@ -118,6 +118,13 @@ message MonitoringInfoSpecs {
value: "The total estimated execution time of the ptransform"
} ]
}];
+
+ // TODO(ajamato): Add the PTRANSFORM name as a required label after
+ // upgrading the python SDK.
+ USER_DISTRIBUTION_COUNTER = 6 [(monitoring_info_spec) = {
+ urn: "beam:metric:user_distribution:",
+ type_urn: "beam:metrics:distribution_int_64",
Review comment:
nit: `int64` is standard (versus `int_64`)
----------------------------------------------------------------
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: 219091)
Time Spent: 3h (was: 2h 50m)
> Add support for User Distribution metrics for Python Streaming
> --------------------------------------------------------------
>
> Key: BEAM-6905
> URL: https://issues.apache.org/jira/browse/BEAM-6905
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, sdk-py-harness
> Reporter: Mikhail Gryzykhin
> Assignee: Mikhail Gryzykhin
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
> # Add new UserDistributionCounter urn to metrics.proto
> # Report UserDistribution metric in python SDK
> # Plumb User Distribution metric in Dataflow runner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)