@@ -52,8 +52,8 @@ This repository provides a template for creating and deploying a FastAPI project
52
52
- [ Run the Project] ( #6-run-the-project )
53
53
- [ Advanced Usage] ( #advanced-usage )
54
54
- [ Circuit breakers] ( #circuit-breakers )
55
- - [ Configuring Signoz Monitoring Tool] ( #configuring-signoz-monitoring-tool )
56
- - [ Logging with Signoz ] ( #logging-with-signoz )
55
+ - [ Configuring SigNoz Monitoring Tool] ( #configuring-signoz-monitoring-tool )
56
+ - [ Logging with SigNoz ] ( #logging-with-signoz )
57
57
- [ Database Monitoring Using Percona] ( #database-monitoring-using-percona )
58
58
- [ Deploy Service on AWS ECS] ( #deploy-service-on-aws-ecs )
59
59
- [ Related Dashboard Links] ( #related-dashboard-links )
@@ -86,7 +86,7 @@ This repository provides a template for creating and deploying a FastAPI project
86
86
#### Requirements:
87
87
- Python 3
88
88
- Docker
89
- - mysql
89
+ - MySQL
90
90
91
91
#### 1. Initialize & Setup Environment
92
92
@@ -310,7 +310,7 @@ To monitor your database using Percona, follow these steps:
310
310
- Choose MySQL as the service you want to monitor.
311
311
312
312
7. **Provide Database Details:**
313
- - Enter the hostname, username, password, and any other necessary environment variables required to connect to your MySQL database.
313
+ - Enter the hostname, username, password and any other necessary environment variables required to connect to your MySQL database.
314
314
315
315
8. **Finish Configuration:**
316
316
- Click add service.
@@ -342,4 +342,4 @@ If you are new to AWS Copilot or you want to learn more about AWS Copilot, pleas
342
342
#### Additional Useful scripts
343
343
- Tests - scripts/run_tests.sh
344
344
- Linting & Formatting - scripts/lint_and_format.sh
345
- - Load tests - scripts/load_tests.sh (Change [ locust.conf] ( https://docs.locust.io/en/stable/configuration.html ) accordinly )
345
+ - Load tests - scripts/load_tests.sh (Change [ locust.conf] ( https://docs.locust.io/en/stable/configuration.html ) accordingly )
0 commit comments