You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/07/13 02:06:20 UTC

[jira] [Created] (STORM-1965) Show warning message when dot ('.') is used for topology name or component name

Jungtaek Lim created STORM-1965:
-----------------------------------

             Summary: Show warning message when dot ('.') is used for topology name or component name
                 Key: STORM-1965
                 URL: https://issues.apache.org/jira/browse/STORM-1965
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-core
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim
            Priority: Minor


We're exposing metrics to metrics consumer, and most of them are storing metrics to time-series DB.

Well-known common rule of generating metric name for these DB is using dot ('.') to separate parts, so that it can be parsed easily when needed.
For example, graphite separates part of metric name to dot, and support wildcard for each part. Note that it doesn't support wildcard matching multiple parts.

Since topology name or component name having dots are not common case to use case of user, I think we can warn users to not having dots on their topology name or component name. We can even restrict to not having dots if we all are really OK with this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)