jest-opentelemetry
jest-opentelemetry copied to clipboard
🚀 Feature: MongoDB assertions
🔖 Feature description
Similar to how we have Postgres queries assertions that allows us to test that a write to Postgres happened in some system flow, we want to add assertions against MongoDB queries.
🎤 Why is this feature needed ?
Completeness of jest-opentelemetry
✌️ How do you aim to achieve this?
Similar to the work we've done in Postgres, this just needs to parse the appropriate MongoDB spans coming from OpenTelemetry.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
None