wu-sheng opened a new pull request #975: Support direct server setting in agent.
URL: https://github.com/apache/incubator-skywalking/pull/975
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [x] New feature provided
   - [ ] Improve performance
   
   - Related issues
   #952 
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   
   In some cases, agent can't access collector cluster's real IPs, by that, the 
collector discovery mechanism fails, and causes deployment block.
   
   As that, I provide a setting in `agent.config`, named 
**collector.direct_servers**
   
   By using this setting, agent will ignore the collector discovery mechanism, 
and choose one of the `direct server addresses`.
   
   ### NOTICE
   I recommend to use this only when collector cluster IPs are unreachable from 
agent side. 
   
   Such as:
   1. Agent and collector cluster are in different VPC in Cloud.
   2. Agent uplinks data to collector cluster through Internet.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to