From f90ef313b1b6373bc54c30201e00be7745612494 Mon Sep 17 00:00:00 2001 From: jihaofeng <1343277221@qq.com> Date: Wed, 4 Sep 2024 14:25:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]promethus=20service?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- management-panel/app/Services/PrometheusService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management-panel/app/Services/PrometheusService.php b/management-panel/app/Services/PrometheusService.php index 12ecfdb..390dd27 100644 --- a/management-panel/app/Services/PrometheusService.php +++ b/management-panel/app/Services/PrometheusService.php @@ -6,7 +6,7 @@ use GuzzleHttp\Client; class PrometheusService { protected $client; - protected $baseUri = 'http://localhost:9090/api/v1/'; // Prometheus 的默认地址 + protected $baseUri = 'http://prometheus:9090/api/v1/'; // Prometheus 的默认地址 public function __construct() {