提交 ea77a6f7 编写于 作者: R Ramon Leon 提交者: Oleg Nenashev

[JENKINS-60725] Add an ignored place to missing class telemetry (#4433)

* [JENKINS-60725] Add an ignored place to missing class telemetry

* Apply suggestions from code review
Co-Authored-By: NAdrien Lecharpentier <adrien.lecharpentier@gmail.com>

* Add issue inline to the ignored place
Co-Authored-By: NAdrien Lecharpentier <adrien.lecharpentier@gmail.com>
Co-authored-by: NAdrien Lecharpentier <adrien.lecharpentier@gmail.com>
上级 5a7af03c
......@@ -104,7 +104,9 @@ public class MissingClassTelemetry extends Telemetry {
{"java.util.ResourceBundle$Control", "newBundle"},
//hundreds when a job is created
{"org.codehaus.groovy.control.ClassNodeResolver", "tryAsLoaderClassOrScript"},
{"org.kohsuke.stapler.RequestImpl$TypePair", "convertJSON"}
{"org.kohsuke.stapler.RequestImpl$TypePair", "convertJSON"},
{"net.bull.javamelody.FilterContext", "isMojarraAvailable"} // JENKINS-60725
};
@Nonnull
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册