Dear community, The Jenkins OpenTelemetry Plugin is now instrumenting the Jenkins Controller HTTP Requests to help monitor and troubleshoot performance problems (see code here <https://github.com/jenkinsci/opentelemetry-plugin/blob/7e13baedc39b59b242cb43d882806432dcb33292/src/main/java/io/jenkins/plugins/opentelemetry/servlet/OpenTelemetryServletFilter.java> ).
We register our servlet using the `PluginServletFilter#addFilter(filter)` API but it unfortunately hooks the register filter after the `hudson.security.HudsonFilter` so we can't instrument the security request reducing both troubleshooting and auditing benefits. *Is there a way for a plugin to hook a servlet filter that would also encompass the `hudson.security.HudsonFilter`?* Cyrille -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/bad40a6e-e65d-49f0-9aef-e3c54dec1e6en%40googlegroups.com.
