You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "yangyongzheng (JIRA)" <ji...@apache.org> on 2018/02/28 08:02:00 UTC

[jira] [Created] (SCB-358) Fix Bug for register custom monitor without any tags

yangyongzheng created SCB-358:
---------------------------------

             Summary: Fix Bug for register custom monitor without any tags
                 Key: SCB-358
                 URL: https://issues.apache.org/jira/browse/SCB-358
             Project: Apache ServiceComb
          Issue Type: Sub-task
          Components: Java-Chassis
    Affects Versions: java-chassis-1.0.0-m1
            Reporter: yangyongzheng
            Assignee: yangyongzheng
             Fix For: java-chassis-1.0.0-m1


User can register monitor only name without any tags like :

*MonitorManager.getInstance().getCounter("MonitorWithoutAnyTag");*

in this case output metric id will be **MonitorWithoutAnyTag)** , correct output metric id is **MonitorWithoutAnyTag** ,not include a ')'

also fix MetricsLoader load this style metric id



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)