Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4171

StatsD does not accept metrics whose name contains ":"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • Runtime / Metrics
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              trohrmann Till Rohrmann
              trohrmann Till Rohrmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: