This commit is contained in:
2024-01-28 17:29:39 +05:00
parent 2dc812711e
commit 0a631aec80
18 changed files with 321 additions and 49 deletions

View File

@@ -225,12 +225,12 @@ return [
],
\Morrislaptop\LaravelPulse4xx\FourXxRecorder::class => [
'enabled' => env('PULSE_4XX_ENABLED', true),
'sample_rate' => env('PULSE_4XX_SAMPLE_RATE', 1),
'ignore' => [],
],
'enabled' => env('PULSE_4XX_ENABLED', true),
'sample_rate' => env('PULSE_4XX_SAMPLE_RATE', 1),
'ignore' => [],
],
\Maantje\Pulse\Database\Recorders\DatabaseRecorder::class => [
\Maantje\Pulse\Database\Recorders\DatabaseRecorder::class => [
'connections' => [
'pgsql' => [
'values' => [
@@ -240,7 +240,7 @@ return [
'Innodb_buffer_pool_reads',
'Innodb_buffer_pool_read_requests',
'Innodb_buffer_pool_pages_total',
'Max_used_connections'
'Max_used_connections',
],
'aggregates' => [
'avg' => [
@@ -257,8 +257,8 @@ return [
//
],
],
]
]
],
],
],
],
];