Replies: 3 comments 13 replies
-
|
First of all, as it is coded, this is not a bug. Then, you had seen that this length is limited by the agent codes, so, it can't be changed without code changed. |
Beta Was this translation helpful? Give feedback.
-
|
@wu-sheng This is a feature request. I'd. like to implement this function if you agree to it. |
Beta Was this translation helpful? Give feedback.
-
|
I think this is should not be configuer by this.Because this is very complex.This serviceName is put together by the application name,clustername,namespace,This will be use to storage . For example this will base64 encode to as a id in elaticsearch.In service relation and endpoint realtion this will be very long even big than the elastic id max length 512.So this config will not solve the deep problem and just cause the complex.What we should do is try the best to change the length over the 512 of elasticsearch, we should change this deep problem other than just to limit the length or give a chance to config the length.But I know this is a big work to do this.even will be change the protool.So these need more discusss. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Description
The default maximum length of service_name and service_instance_name is 50. But 50 is too short if service_name started with group_name.
So is it possible to set the length of service_name and service_instance_name through configuration?
Use case
Add configuration for these function.
MAX_LENGTH_OF_SERVICE_NAME=70
MAX_LENGTH_OF_SERVICE_INSTANCE_NAME=70
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions