ref 21031: Add support to Jupyter

Added Jupyter Accesses Harvester
pull/1/head
Giancarlo Panichi 3 years ago
parent 7a335cbefd
commit 13481c35a5

@ -100,7 +100,7 @@ public class JupyterAccessesHarvester extends BasicHarvester {
if (pagePath != null && !pagePath.isEmpty()) {
if (pagePath.contains(lowerCasedContext)) {
if (pagePath.contains("jupyter") || pagePath.contains("jupiter")) {
logger.trace("Matched jupyter or jupiter ({}) : {}", pagePath);
logger.trace("Matched jupyter or jupiter ({}) : {}", lowerCasedContext, pagePath);
measure += row.getVisitNumber();
}
}

Loading…
Cancel
Save