Skip to content

✨ Add support for filtering requests to APIS defined with JAX-RS #320

Open
@ryandens

Description

@ryandens

Use Case

We should support filtering requests made to APIs defined with the JAX-RS API, just as we do for the Java EE Servlet API.

Proposal

I think it will likely make sense to leverage similar strategies for instrumenting JAX-RS resources as is done by OpenTelemetry (in these modules). We'll likely be able to do the bulk of the work according to the JAX-RS API with minor tweaks here and there for each JAX-RS implementation we want to support.

Questions to address (if any)

The specific use case I'm trying to help solve is a Jersey JAX-RS web application running on Jetty leveraging Dropwizard. It's possible it could make sense to add support for this use case by targeting Jetty internals like we do for Netty, which is another solution worth considering

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions