elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

[Config] Add Use Path as Transaction Name and Add Transaction Name Groups #305

Open jackshirazi opened 4 days ago

jackshirazi commented 4 days ago

Classic agent link

What it does

Use Path as Transaction Name makes transaction names of unsupported or partially-supported frameworks be in the form of $method $path instead of just $method. Add Transaction Name Groups groups transaction names that contain dynamic parts, using 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

Implementation difficulty, location, and dynamism