wu-sheng commented on issue #10461:
URL: https://github.com/apache/skywalking/issues/10461#issuecomment-1448090139

   Notice, you should not break the existing config format. I would like to 
suggest the format like this
   
   ```
   configurations:
     // NEW added global config
     key1 : value1
     key2: value2
     ...
   
     //service name
     serviceA:
       // Configurations of service A
       // Key and Value are determined by the agent side.
       // Check the agent setup doc for all available configurations.
       key1: value1
       key2: value2
       ...
     serviceB:
       ...
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to