opentracing-contrib / java-jaxrs

OpenTracing Java JAX-RS instrumentation
Apache License 2.0
37 stars 33 forks source link

Provide configuration via web.xml #102

Open pavolloffay opened 5 years ago

pavolloffay commented 5 years ago

96 started a discussion whether we should provide a configuration via web.xml. If we go that route I would except all options would be available via web.xml. Note that servlet attributes are not available in jax-rs features - maybe it can be injected as @Context private ServletContext context;