[
https://issues.apache.org/jira/browse/FLINK-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-4171.
--------------------------------
Resolution: Fixed
Fixed via 474ec9660c528af8e19898114656fccb3e4747af
> StatsD does not accept metrics whose name contains ":"
> ------------------------------------------------------
>
> Key: FLINK-4171
> URL: https://issues.apache.org/jira/browse/FLINK-4171
> Project: Flink
> Issue Type: Bug
> Components: Metrics
> Affects Versions: 1.1.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Fix For: 1.1.0
>
>
> The {{StatsDReporter}} mustn't send metrics whose name contains a ":"
> character to {{StatsD}} because these reports are discarded. The reason is
> that ":" is used to separate the value from the metric name.
> I propose to check the metric names and replace all ":" by a "-" character.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)