Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blogpost on "monitoring FerretDB performance using Coroot" #4279

Merged
merged 22 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update website/blog/2024-06-03-monitor-ferretdb-performance-using-cor…
…oot.md

Co-authored-by: Patryk Kwiatek <patryk@kwiatek.xyz>
  • Loading branch information
Fashander and noisersup authored Jun 4, 2024
commit 67189494e263f996363549ae08308977c8ebdfe1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You get deeper and more extensive information on system calls, network functions
In this guide, we will set up Coroot to monitor our FerretDB instance.
If you are yet to setup FerretDB, see the [FerretDB Docker installation guide](https://docs.ferretdb.io/quickstart-guide/docker/).

Install Coroot with the following command:
Deploy Coroot with the following command:

```sh
curl -fsS https://raw.githubusercontent.com/coroot/coroot/main/deploy/docker-compose.yaml | docker compose -f - up -d
Expand Down
Loading