Skip to content

Commit

Permalink
Website
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 14, 2024
1 parent 059dfdf commit a54dffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"href": "https://serverless-visually-explained.com/?ref=bref-menu"
},
"community": "",
"case-studies": ""
"case-studies": "",
"sentry": {
"title": "Sentry integration",
"href": "/sentry"
}
}
4 changes: 2 additions & 2 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ It is possible to view these logs and metrics directly in the [AWS console](http

As an alternative, we can use the [Bref Dashboard](https://dashboard.bref.sh/?ref=bref) to view these logs and metrics. It provides a simpler UI designed for serverless PHP applications.

For advanced metrics and profiling, we can use [Tideways](https://tideways.com/?ref=bref), or [Sentry](https://sentry.io/?ref=bref) if we only want error tracking. Other monitoring tools specialized for distributed serverless applications are also available, like [Epsagon](https://epsagon.com/?ref=bref) or [Thundra](https://www.thundra.io/?ref=bref), but their compatibility with PHP is usually limited. [Serverless.com's Dashboard and Console](https://www.serverless.com/) are not compatible with PHP.
For advanced metrics and profiling, we can use [Tideways](https://tideways.com/?ref=bref), or [Sentry's performance monitoring](/sentry). Note that [Serverless.com's Dashboard](https://www.serverless.com/) is not compatible with PHP.

To summarize:

- **General monitoring**: CloudWatch, [Bref Dashboard](https://dashboard.bref.sh/?ref=bref)
- **Advanced monitoring and profiling**: [Tideways](https://tideways.com/?ref=bref)
- **Advanced monitoring and profiling**: [Tideways](https://tideways.com/?ref=bref), [Sentry](/sentry)

## Bref Dashboard

Expand Down

0 comments on commit a54dffd

Please sign in to comment.