Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions static/app/views/explore/logs/confidenceFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,10 @@ function LowAccuracyFullTooltip({
<Tooltip
title={
<div>
{t(
'You may not have enough logs for a high accuracy extrapolation of your query.'
)}
{t('Some logs are not shown due to the large volume of logs.')}
<br />
<br />
{t(
"You can try adjusting your query by narrowing the date range, removing filters or increasing the chart's time interval."
)}
{t('Try reducing the date range or number of projects.')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Confusing Tooltip Misleads on Data Volume

The new tooltip message "Some logs are not shown due to the large volume of logs" and its suggested actions contradict the context. This tooltip appears when confidence is low due to insufficient data for accurate extrapolation, but the new text implies too much data, confusing users and potentially worsening the problem.

Fix in Cursor Fix in Web

</div>
}
disabled={noSampling}
Expand Down
Loading