Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Oct 13, 2023
1 parent 5ded8d9 commit ee5ef66
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
],
],

Recorders\Exceptions::class => [],
Recorders\Exceptions::class => [
//
],

Recorders\Jobs::class => [
'threshold' => env('PULSE_SLOW_JOB_THRESHOLD', 1000),
Expand All @@ -144,8 +146,8 @@
Recorders\OutgoingRequests::class => [
'threshold' => env('PULSE_SLOW_OUTGOING_REQUEST_THRESHOLD', 1000),
'groups' => [
// '/^https://api.github.com/repos/.*$' => 'api.github.com/repos/*',
// '/^https?:\/\/([^\/]*).*$/' => '\1',
// '#^https://api.github.com/repos/.*$#' => 'api.github.com/repos/*',
// '#^https?://([^/]*).*$#' => '\1',
'/(.*)/' => '\1',
],
],
Expand Down

0 comments on commit ee5ef66

Please sign in to comment.