mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 03:35:07 +08:00
fix: metric default disable
This commit is contained in:
@@ -88,6 +88,9 @@ class ConfigProvider
|
||||
HttpLogMiddleware::class,
|
||||
],
|
||||
],
|
||||
'metric' => [
|
||||
'use_standalone_process' => false
|
||||
],
|
||||
'redis' => [
|
||||
'metric' => [
|
||||
'host' => env('REDIS_ALERT_MANAGER_HOST', 'localhost'),
|
||||
|
||||
Reference in New Issue
Block a user