This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/main by this push:
new e08e4d1 Add Compatibility with SkyWalking OAP documentation (#28)
e08e4d1 is described below
commit e08e4d18959923f9e17711270002b4b794be1bd8
Author: mrproliu <[email protected]>
AuthorDate: Fri May 13 11:29:35 2022 +0800
Add Compatibility with SkyWalking OAP documentation (#28)
---
docs/en/setup/overview.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/en/setup/overview.md b/docs/en/setup/overview.md
index 2e1bea7..5f15dc0 100644
--- a/docs/en/setup/overview.md
+++ b/docs/en/setup/overview.md
@@ -9,6 +9,14 @@ Usually, the process to be monitored is first declared.
Then, you can use `bin/startup.sh` to start up the rover with their
config[../../../configs/rover_configs.yaml].
+### SkyWalking OAP
+
+The SkyWalking Rover requires specialized protocols to communicate with
SkyWalking OAP.
+
+| SkyWalking Rover Version | SkyWalking OAP |
+|--------------------------|----------------|
+|0.1.0+ | \> = 9.1.0 |
+
## Startup script
Startup Script
```shell script