You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -522,29 +523,35 @@ object MappedMetrics extends APIMetrics with MdcLoggable{
522
523
AND (${trueOrFalse(url.isEmpty)} or url = ${url.getOrElse("null")})
523
524
AND (${trueOrFalse(appName.isEmpty)} or appname = ${appName.getOrElse("null")})
524
525
AND (${trueOrFalse(verb.isEmpty)} or verb = ${verb.getOrElse("null")})
525
-
AND (${falseOrTrue(anon.isDefined && anon.equals(Some(true)))} or userid = null)
526
-
AND (${falseOrTrue(anon.isDefined && anon.equals(Some(false)))} or userid != null)
526
+
AND (${falseOrTrue(anon.isDefined && anon.equals(Some(true)))} or userid = null)
527
+
AND (${falseOrTrue(anon.isDefined && anon.equals(Some(false)))} or userid != null)
527
528
AND (${trueOrFalse(httpStatusCode.isEmpty)} or httpcode = ${sqlFriendlyInt(httpStatusCode)})
528
529
AND (${trueOrFalse(excludeUrlPatterns.isEmpty)} or (url NOT LIKE ($excludeUrlPatternsQueries)))
529
530
AND (${trueOrFalse(excludeAppNames.isEmpty)} or appname not in ($excludeAppNamesNumberList))
530
531
AND (${trueOrFalse(excludeImplementedByPartialFunctions.isEmpty)} or implementedbypartialfunction not in ($excludeImplementedByPartialFunctionsNumberList))
531
-
GROUP BY metric.implementedbypartialfunction, metric.implementedinversion
532
+
GROUP BY metric.implementedbypartialfunction, metric.implementedinversion
0 commit comments