优化
This commit is contained in:
parent
33e2bddf92
commit
7fcc20010e
@ -84,10 +84,17 @@ management:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
|
||||
#### 步骤 3:构建和运行Spring Boot应用
|
||||
|
||||
使用 Gradle 构建并运行你的 Spring Boot 应用:
|
||||
|
||||
应用运行后,可访问:
|
||||
[actutor](http://localhost:8080/actuator)
|
||||
|
||||
[env](http://localhost:8080/actuator/env)
|
||||
|
||||
[prometheus](http://localhost:8080/actuator/prometheus)
|
||||
|
||||
#### 步骤 4:配置Prometheus
|
||||
|
||||
@ -103,12 +110,18 @@ scrape_configs:
|
||||
```
|
||||
- 运行 Prometheus 服务器。
|
||||
|
||||
访问prometheus: [localhost](http://localhost:9090)
|
||||
|
||||
#### 步骤 5:配置Grafana
|
||||
- 安装并运行Grafana 服务器。
|
||||
|
||||
- 在 Grafana 中添加 Prometheus 数据源:
|
||||
|
||||
登录 Grafana,进入“数据源”设置,点击“添加数据源”,选择 Prometheus。
|
||||
[登录 Grafana](http://localhost:3000),初始账号密码 admin admin
|
||||
|
||||
进入“数据源”设置,点击“添加数据源”,选择 Prometheus。
|
||||
|
||||
|
||||
|
||||
输入 Prometheus 服务器的 URL(通常是 http://your-prometheus-server:9090)。
|
||||
- 创建 Dashboard:
|
||||
|
Loading…
Reference in New Issue
Block a user