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
The OpenTelemetry extension already excludes many paths and resources related to Quarkus.
The Idea is to add an annotation that together with @Path will exclude that path from being traced.
Alternatively a configuration should be added to ignore a list of paths.
Description
The OpenTelemetry extension already excludes many paths and resources related to Quarkus.
The Idea is to add an annotation that together with
@Path
will exclude that path from being traced.Alternatively a configuration should be added to ignore a list of paths.
This has beed requested by some users, including: https://stackoverflow.com/questions/78742740/how-to-disable-trace-ids-for-specific-rest-clients-invocations/78748952
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: