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 2020/12/17 08:18:22 UTC

[GitHub] [skywalking] code-sci edited a comment on issue #6022: apollo配置了,skywalking无法动态拉取

code-sci edited a comment on issue #6022:
URL: https://github.com/apache/skywalking/issues/6022#issuecomment-747282708


   application.yml的配置:
   ```yaml
   configuration:
     selector: ${SW_CONFIGURATION:apollo}
     none:
     grpc:
       host: ${SW_DCS_SERVER_HOST:""}
       port: ${SW_DCS_SERVER_PORT:80}
       clusterName: ${SW_DCS_CLUSTER_NAME:SkyWalking}
       period: ${SW_DCS_PERIOD:20}
     apollo:
       apolloMeta: ${SW_CONFIG_APOLLO:http://106.54.227.205/}
       apolloCluster: ${SW_CONFIG_APOLLO_CLUSTER:default}
       apolloEnv: ${SW_CONFIG_APOLLO_ENV:"DEV"}
       appId: ${SW_CONFIG_APOLLO_APP_ID:skywalking}
       period: ${SW_CONFIG_APOLLO_PERIOD:5}
   ```


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