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 2019/06/21 11:15:35 UTC

[GitHub] [skywalking] bugmakesprogress opened a new issue #2929: Can skywalking add support to start agents after the VM has started?

bugmakesprogress opened a new issue #2929: Can skywalking add support to start agents after the VM has started?
URL: https://github.com/apache/skywalking/issues/2929
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   
   We have many project wants to use skywalking. However, there will be too many agent.config files if one project with one config file. So can skywalking add support to start agents after the VM has started? By doing so I can define agent.config in my application.
   eg:
           System.setProperty("skywalking.agent.service_name","config_tes");
           System.setProperty("skywalking.agent.sample_n_per_3_secs","-1");
           System.setProperty("skywalking.collector.backend_service","ip:port");
           System.setProperty("skywalking.logging.level","ERROR");
   
   Key word: Agent-Class 
   https://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html
   Starting Agents After VM Startup

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


With regards,
Apache Git Services