Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
doc
ldp-docs
Commits
c3f9783f
Commit
c3f9783f
authored
Nov 25, 2021
by
郭人方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 补充UI端口说明
parent
c3ddf894
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
1 deletion
+44
-1
skywalking安装部署文档.md
调用链路追踪/skywalking安装部署文档.md
+44
-1
No files found.
调用链路追踪/skywalking安装部署文档.md
View file @
c3f9783f
...
...
@@ -115,7 +115,47 @@ cluster:
## 三、启动SkyWalking
## 三、UI端口修改
修改./webapp/webapp.yml文件
```
shell
vim webapp/webapp.yml
```
```
yaml
server
:
port
:
8080
spring
:
cloud
:
gateway
:
routes
:
-
id
:
oap-route
uri
:
lb://oap-service
predicates
:
-
Path=/graphql/**
discovery
:
client
:
simple
:
instances
:
oap-service
:
-
uri
:
http://127.0.0.1:12800
mvc
:
throw-exception-if-no-handler-found
:
true
web
:
resources
:
add-mappings
:
true
management
:
server
:
base-path
:
/manage
```
## 四、启动SkyWalking
配置文件修改后,就可以启动SkyWalking了,SkyWalking里面有两个东西需要启动,一个是ui服务,一个是oap(Observability Analysis Platform)分析服务.
...
...
@@ -136,6 +176,9 @@ cd bin
./webappService.sh
```
## 访问地址
http://localhost:8080/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment