You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "xlq20080808 (via GitHub)" <gi...@apache.org> on 2023/03/04 07:20:25 UTC

[GitHub] [skywalking] xlq20080808 commented on pull request #10476: Feature DCS supports global configuration

xlq20080808 commented on PR #10476:
URL: https://github.com/apache/skywalking/pull/10476#issuecomment-1454611573

   I agree, I have modified
    format like this
   
   configurations:
     // NEW added global config
     default-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-unsubscribe@skywalking.apache.org

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