elastic / elastic/elastic-otel-python
Group transactions by name
Open
enhancement
- Dominant language
- Python
- Stars
- 15
- Forks
- 18
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 15
Description
Ability to group transaction names that contain dynamic parts with a wildcard expression. For example, the pattern `GET /user/*/cart` would consolidate transactions, such as `GET /users/42/cart` and `GET /users/73/cart` into a single transaction name `GET /users/*/cart`, hence reducing the transaction name cardinality.
Contributor guide
Assessment
This issue has not been assessed yet.