[
https://issues.apache.org/jira/browse/BEAM-6829?focusedWorklogId=253657&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-253657
]
ASF GitHub Bot logged work on BEAM-6829:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/19 10:01
Start Date: 04/Jun/19 10:01
Worklog Time Spent: 10m
Work Description: mxm commented on issue #8585: [BEAM-6829] Use transform
name for metric namespace if none provided
URL: https://github.com/apache/beam/pull/8585#issuecomment-498606551
@tweise You should be seeing only a fraction of the previous warnings. The
reason why you see some of the warnings is that there is no "PTRANSFORM" set
for the metric. In this case it looks like we do not have enough information to
de-duplicate metrics. This could also be an issue with how the Beam metric
label is populated.
> Instead, shouldn't the transform name be part of the scope?
The metric group is the best way to define the scope of a metric as part of
an ExecutableStage operator which serves metrics for multiple transforms
running inside an SDK Harness. We cannot make the transform name part of the
operator scope because it hosts multiple transforms with overlapping metric
names.
----------------------------------------------------------------
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: 253657)
Time Spent: 1h 10m (was: 1h)
> Duplicate metric warnings clutter log
> -------------------------------------
>
> Key: BEAM-6829
> URL: https://issues.apache.org/jira/browse/BEAM-6829
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Affects Versions: 2.11.0
> Reporter: Thomas Weise
> Assignee: Maximilian Michels
> Priority: Major
> Labels: portability
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Logs fill up quickly with these warnings:
> {code:java}
> WARN org.apache.flink.metrics.MetricGroup - Name collision: Group already
> contains a Metric with the name ...{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)