[
https://issues.apache.org/jira/browse/BEAM-6138?focusedWorklogId=233205&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-233205
]
ASF GitHub Bot logged work on BEAM-6138:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/19 00:42
Start Date: 26/Apr/19 00:42
Worklog Time Spent: 10m
Work Description: ajamato commented on pull request #8280: [BEAM-6138]
Update java SDK to report user distribution tuple metrics over the FN API
URL: https://github.com/apache/beam/pull/8280#discussion_r275424257
##########
File path:
runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/MonitoringInfoConstants.java
##########
@@ -41,7 +41,7 @@
public static final String TOTAL_MSECS =
extractUrn(MonitoringInfoSpecs.Enum.TOTAL_MSECS);
public static final String USER_COUNTER_PREFIX =
extractUrn(MonitoringInfoSpecs.Enum.USER_COUNTER);
- public static final String USER_DISTRIBUTION_COUNTER_PREFIX =
+ public static final String USER_DISTRIBUTION_PREFIX =
Review comment:
I removed references to calling it a "counter" whereever possible, because
it is a distribution, not a counter. This approach is still consistent.
USER_X_PREFIX.
----------------------------------------------------------------
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: 233205)
Time Spent: 9h 10m (was: 9h)
> Add User Metric Support to Java SDK
> -----------------------------------
>
> Key: BEAM-6138
> URL: https://issues.apache.org/jira/browse/BEAM-6138
> Project: Beam
> Issue Type: New Feature
> Components: java-fn-execution
> Reporter: Alex Amato
> Assignee: Alex Amato
> Priority: Major
> Labels: triaged
> Time Spent: 9h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)