File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 108
108
- [ Portainer 安装和配置] ( markdown-file/Portainer-Install-And-Settings.md )
109
109
- [ Grafana 安装和配置] ( markdown-file/Grafana-Install-And-Settings.md )
110
110
- [ Ansible 安装和配置] ( markdown-file/Ansible-Install-And-Settings.md )
111
- - [ Wormhole + Flink 最佳实践] ( markdown-file/Wormhole-Install-And-Settings.md )
111
+ - [ Wormhole + Flink 安装和配置] ( markdown-file/Wormhole-Install-And-Settings.md )
112
+ - [ SkyWalking 安装和配置] ( markdown-file/SkyWalking-Install-And-Settings.md )
112
113
113
114
## 联系(Contact)
114
115
Original file line number Diff line number Diff line change 87
87
* [ GoAccess 安装和配置] ( markdown-file/GoAccess-Install-And-Settings.md )
88
88
* [ Portainer 安装和配置] ( markdown-file/Portainer-Install-And-Settings.md )
89
89
* [ Grafana 安装和配置] ( markdown-file/Grafana-Install-And-Settings.md )
90
- * [ Ansible 安装和配置] ( markdown-file/Ansible-Install-And-Settings.md )
90
+ * [ Ansible 安装和配置] ( markdown-file/Ansible-Install-And-Settings.md )
91
+ * [ Wormhole + Flink 安装和配置] ( markdown-file/Wormhole-Install-And-Settings.md )
92
+ * [ SkyWalking 安装和配置] ( markdown-file/SkyWalking-Install-And-Settings.md )
Original file line number Diff line number Diff line change 84
84
- [ GoAccess 安装和配置] ( markdown-file/GoAccess-Install-And-Settings.md )
85
85
- [ Portainer 安装和配置] ( markdown-file/Portainer-Install-And-Settings.md )
86
86
- [ Grafana 安装和配置] ( markdown-file/Grafana-Install-And-Settings.md )
87
- - [ Ansible 安装和配置] ( markdown-file/Ansible-Install-And-Settings.md )
87
+ - [ Ansible 安装和配置] ( markdown-file/Ansible-Install-And-Settings.md )
88
+ - [ Wormhole + Flink 安装和配置] ( markdown-file/Wormhole-Install-And-Settings.md )
89
+ - [ SkyWalking 安装和配置] ( markdown-file/SkyWalking-Install-And-Settings.md )
Original file line number Diff line number Diff line change 25
25
- Elasticsearch 和 SkyWalking 的所在服务器的时间必须一致
26
26
- 看了下源码依赖的 Elasticsearch 依赖包,目前支持 5.x 和 6.x
27
27
28
+
29
+ ## 支持收集的组件列表
30
+
31
+ - 国内常用的组件目前看来都支持了
32
+ - < https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Supported-list.md >
33
+
34
+
28
35
## 基于 IntelliJ IDEA 直接运行、Debug
29
36
30
37
- 这里选择 IntelliJ IDEA 运行服务,方便我们 debug 了解 SkyWalking:< https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md#setup-your-intellij-idea >
@@ -173,13 +180,17 @@ git submodule update
173
180
mvn clean package -DskipTests
174
181
```
175
182
183
+ ## 告警配置
184
+
185
+ - < https://skywalking.apache.org/zh/blog/2019-01-03-monitor-microservice.html >
186
+
176
187
177
188
## 资料
178
189
179
190
- < https://skywalking.apache.org/zh/blog/2018-12-21-SkyWalking-source-code-read.html >
180
191
- < https://github.com/JaredTan95/skywalking-tutorials >
181
192
- < https://www.bilibili.com/video/av40796154?from=search&seid=8779011383117018227 >
182
- - <>
193
+ - < https://skywalking.apache.org/zh/blog/2019-01-03-monitor-microservice.html >
183
194
- <>
184
195
- <>
185
196
- <>
You can’t perform that action at this time.
0 commit comments