Skip to content

Latest commit

 

History

History

cyborg-agent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

cyborg-agent

Quick start

  1. Please head to the releases page to download a release of Apache SkyWalking Java Agent.

  2. Build cyborg-agent and replace plugins. The SW_AGENT_HOME should be the skywalking-java base directory.

    make replace path=$(SW_AGENT_HOME)
  3. Start application with skywalking-agent, for more information please read the official documentation.

Use Example

We use Apache SkyWalking Cross Process Correlation Context to decide should we need to use the shadow database. The correlation key and value is: cyborg-flow=true. In Java, you could be using the Tracing API to put the context.