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
@@ -140,27 +142,25 @@ function ConfidenceMessage({
140
142
141
143
if(isTopN){
142
144
returntct(
143
-
'[warning] Extrapolated from [matchingLogsCount] matching logs for top [topEvents] groups after scanning [tooltip:[downsampledLogsCount] of [allLogsCount] [suffix]]',
145
+
'[warning] Extrapolated from [matchingLogsCount] for top [topEvents] groups after scanning [tooltip:[downsampledLogsCount] of [allLogsCount]]',
144
146
{
145
147
warning,
146
148
topEvents,
147
149
matchingLogsCount,
148
150
downsampledLogsCount,
149
151
allLogsCount,
150
-
suffix,
151
152
tooltip: downsampledTooltip,
152
153
}
153
154
);
154
155
}
155
156
156
157
returntct(
157
-
'[warning] Extrapolated from [matchingLogsCount] matching logs after scanning [tooltip:[downsampledLogsCount] of [allLogsCount] [suffix]]',
158
+
'[warning] Extrapolated from [matchingLogsCount] after scanning [tooltip:[downsampledLogsCount] of [allLogsCount]]',
0 commit comments