Update probe-introduction.md (#2324)

This commit is contained in:
tianyu 2019-03-07 13:12:06 +08:00 committed by 吴晟 Wu Sheng
parent f200f9fd3e
commit 8824bef6d1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ways to do so. But ultimately they are same, just collect and reformat data, the
In high level, there are three typical groups in all SkyWalking probes.
- **Language based native agent**. This kind of agents runs in target service user space, like a part of user codes. Such as
SkyWalking Java agent, use `-javaagent` commend line argument to manipulate codes in runtime, `manipulate` means change and inject
SkyWalking Java agent, use `-javaagent` command line argument to manipulate codes in runtime, `manipulate` means change and inject
user's codes. Another kind of agents is using some hook or intercept mechanism provided by target libraries. So you can see, these kinds
of agents based on languages and libraries.