Skip to content

Commit 1d13e56

Browse files
authored
Update monitoring.md
1 parent 8486325 commit 1d13e56

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

Diff for: docs/monitoring.md

-28
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,3 @@ sidebar_position: 11
1717
![workflow](https://user-images.githubusercontent.com/1130888/202866616-98a214d3-a916-4ae1-952e-ca8267ddf4a7.png)
1818

1919
Refer to https://github.com/laravel-workflow/waterline for installation and configuration instructions.
20-
21-
## TaskValve
22-
23-
[TaskValve](https://taskvalve.com/pricing) is a cloud-based monitoring service with additional features such as failure alerts and a Slack integration. The free tier supports monitoring up to 10,000 workflows per month.
24-
25-
### Dashboard View
26-
27-
![taskvalve dashboard](https://github.com/laravel-workflow/laravel-workflow.github.io/assets/1130888/7724359a-7511-49a3-8089-fabeafda2acd)
28-
29-
### Workflow View
30-
31-
![workflow view](https://github.com/laravel-workflow/laravel-workflow.github.io/assets/1130888/8015951b-3773-4494-8efa-87becd8737e6)
32-
33-
### Notifications View
34-
35-
![notifications view](https://github.com/laravel-workflow/laravel-workflow.github.io/assets/1130888/bb3707a1-c1df-4d5c-804a-5299bd357877)
36-
37-
### Configuration
38-
39-
[Publish the configuration file](https://laravel-workflow.com/docs/configuration/publishing-config) and then update your .env with the following settings:
40-
41-
```
42-
WORKFLOW_MONITOR=true
43-
WORKFLOW_MONITOR_URL=https://api.taskvalve.com
44-
WORKFLOW_MONITOR_API_KEY=[YOUR_API_KEY_GOES_HERE]
45-
```
46-
47-
Laravel Workflow will now report workflows and activities to TaskValve and you can view them via their [website](https://taskvalve.com/pricing).

0 commit comments

Comments
 (0)