Questions
- How would you approach instrumenting a database change feed (the event stream exposed by the database that notifies about changes to database records)? For example, an application can subscribe to a notification that the cloud provider will send when a blob is created, updated, or removed from cloud storage (which we can consider to be a database).
- Would it make sense to record calls to Redis as events/logs instead of spans?
- Try removing resource limitations on the MongoDB container and check what happens if we kill Redis now.