Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Nov 7, 2023
1 parent 81acaa0 commit 42a6616
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions config/pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
| Pulse Domain
|--------------------------------------------------------------------------
|
| This is the subdomain where Pulse will be accessible from. If the
| setting is null, Pulse will reside under the same domain as the
| application. Otherwise, this value will be used as the subdomain.
| This is the subdomain which the Pulse dashboard will be accessible from.
| When set to null, the dashboard will reside under the same domain as
| the application. Remember to configure your DNS entries correctly.
|
*/

Expand All @@ -24,9 +24,9 @@
| Pulse Path
|--------------------------------------------------------------------------
|
| This is the URI path where Pulse will be accessible from. Feel free
| to change this path to anything you like. Note that the URI will not
| affect the paths of its internal API that aren't exposed to users.
| This is the path which the Pulse dashboard will be accessible from. Feel
| free to change this path to anything you'd like. Note that this won't
| affect the path of the internal API that is not exposed to users.
|
*/

Expand All @@ -37,9 +37,9 @@
| Pulse Storage Driver
|--------------------------------------------------------------------------
|
| This configuration options determines the storage driver that will
| be used to store Pulse's data. In addition, you may set any
| custom options as needed by the particular driver you choose.
| This configuration option determines the storage driver that will be used
| to store entries from Pulse's recorders. In addition, you may specify
| any options to configure the particular storage driver you choose.
|
*/

Expand All @@ -57,9 +57,9 @@
| Pulse Ingest Driver
|--------------------------------------------------------------------------
|
| This configuration options determines the ingest driver that will
| be used to capture Pulse's data. In addition, you may set any
| custom options as needed by the particular driver you choose.
| This configuration options determines the ingest driver that will be used
| to capture entries from Pulse's recorders. Ingest drivers are great to
| free up your request workers quicker by offloading the data storage.
|
*/

Expand All @@ -79,8 +79,9 @@
| Pulse Data Retention
|--------------------------------------------------------------------------
|
| Determines how long Pulse will retain data in both the ingest
| and storage before removing old records.
| The configuration option determines how long Pulse will retain data in both
| the ingest and storage locations before removing old records. Increasing
| this value will not increase what is visible in the Pulse dashboard.
|
*/

Expand All @@ -91,9 +92,9 @@
| Pulse Master Switch
|--------------------------------------------------------------------------
|
| This option may be used to disable all Pulse's watchers regardless
| of their individual configuration, which simply provides a single
| and convenient way to enable or disable Pulse data storage.
| This configuraiton option may be used to completely disable all Pulse data
| recorders regardless of their individual configuration. This provides a
| simple and convenient way to disable Pulse entry recording entirely.
|
*/

Expand All @@ -104,9 +105,9 @@
| Pulse Route Middleware
|--------------------------------------------------------------------------
|
| These middleware will be assigned to every Pulse route, giving you
| the chance to add your own middleware to this list or change any of
| the existing middleware. Or, you can simply stick with this list.
| These middleware will be assigned to every Pulse route, giving you the
| chance to add your own middleware to this list or change any of the
| existing middleware. Feel free to stick with the existing items.
|
*/

Expand All @@ -121,8 +122,8 @@
|--------------------------------------------------------------------------
|
| The following array lists the "recorders" that will be registered with
| Pulse. The recorders gather the application's profile data when
| a request or task is executed. Feel free to customize this list.
| Pulse, along with their configuration. Recorders gather application
| event data from requests and task to pass to your ingest driver.
|
*/

Expand Down

0 comments on commit 42a6616

Please sign in to comment.