[修改]promethus service的地址

This commit is contained in:
2024-09-04 14:25:33 +08:00
committed by Coding
parent 12ce517398
commit f90ef313b1

View File

@@ -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()
{