Skip to content

Commit

Permalink
feat(env): add Jaeger URL configurations for local and test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
lui7henrique committed Oct 11, 2024
1 parent 5cb7dda commit d516cb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ DATABASE_URL=

# Redis
REDIS_URL=

# Jaeger
JAEGER_URL=
3 changes: 3 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ DATABASE_URL=postgresql://docker:docker@localhost:5433/event-booster-test

# Redis
REDIS_URL=redis://default:redis@127.0.0.1:6379

# Jaeger
JAEGER_URL=http://localhost:14268/api/traces
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

5. **Monitoring and Optimization**

- [ ] Track key metrics (requests per second, system load, response time).
- [x] Track key metrics (requests per second, system load, response time).
- [ ] Send performance data to Sentry/Datadog.
- [ ] Optimize database and cache configurations regularly.

Expand Down

0 comments on commit d516cb4

Please sign in to comment.