in geronimo-opentracing-common/src/main/java/org/apache/geronimo/microprofile/opentracing/common/microprofile/server/GeronimoOpenTracingFeature.java [123:129]
private boolean isMetadataResource(final String name) {
return name.startsWith("org.apache.geronimo.microprofile.openapi.jaxrs.") ||
name.startsWith("org.apache.geronimo.microprofile.metrics.jaxrs.") ||
name.startsWith("org.apache.geronimo.microprofile.impl.health.jaxrs.") ||
name.startsWith("org.apache.geronimo.microprofile.reporter.storage.front.") ||
name.startsWith("org.microprofileext.openapi.swaggerui.");
}