You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Currently, we allow to filter by specific databases/orm like mongo/sequelize.
We want to enable this same behavior on elasticsearch, so users could filter by elasticsearch spans easily.
This is an example of usage in sequelize
We would want to enable something like this:
It means to implement this filter in SpansRepository class. See how it's implemented for mongo/sequelize etc.