- Watch Week-2 Video
- Create a new branch week-2
- Instrument our backend flask application to use Open Telemetry (OTEL) with Honeycomb.io as the provider
- Run queries to explore traces within Honeycomb.io
- Instrument AWS X-Ray into backend flask application
- Configure and provision X-Ray daemon within docker-compose and send data back to X-Ray API
- Observe X-Ray traces within the AWS Console
- Integrate Rollbar for Error Logging
- Trigger an error an observe an error with Rollbarv
- Install WatchTower and write a custom logger to send application log data to - CloudWatch Log group
-
Instrument Honeycomb for the frontend-application to observe network latency between frontend and backend[HARD]
-
Add custom instrumentation to Honeycomb to add more attributes eg. UserId, Add a custom span
-
Run custom queries in Honeycomb and save them later eg. Latency by UserID, Recent Traces
-
Homework Submissions
-
Knowledge Chalenges