You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/19 11:16:50 UTC

[GitHub] [skywalking] wlyu opened a new issue #6399: SW_SERVICE_NAME_MAX_LENGTH

wlyu opened a new issue #6399:
URL: https://github.com/apache/skywalking/issues/6399


   /skywalking # env|grep 100
   SW_SERVICE_NAME_MAX_LENGTH=100
   /skywalking # 
   version=8.3.0
   set  serviceName lenth is 60,but store  just 50 char in elasticsearch .
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #6399: SW_SERVICE_NAME_MAX_LENGTH

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6399:
URL: https://github.com/apache/skywalking/issues/6399


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wlyu commented on issue #6399: SW_SERVICE_NAME_MAX_LENGTH

Posted by GitBox <gi...@apache.org>.
wlyu commented on issue #6399:
URL: https://github.com/apache/skywalking/issues/6399#issuecomment-782550873


     @wu-sheng thanks,
   but the real reason is agent limit.
     /**
            * Service name is showed in skywalking-ui. Suggestion: set a unique name for each service, service instance
            * nodes share the same code
            */
           @Length(50)
           public static String SERVICE_NAME = "";
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6399: SW_SERVICE_NAME_MAX_LENGTH

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6399:
URL: https://github.com/apache/skywalking/issues/6399#issuecomment-782011828


   We measurelength by using Java string, not database.


----------------------------------------------------------------
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:
users@infra.apache.org