We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3074735 commit 880ac13Copy full SHA for 880ac13
static/app/views/explore/logs/confidenceFooter.tsx
@@ -122,14 +122,10 @@ function LowAccuracyFullTooltip({
122
<Tooltip
123
title={
124
<div>
125
- {t(
126
- 'You may not have enough logs for a high accuracy extrapolation of your query.'
127
- )}
+ {t('Some logs are not shown due to the large volume of logs.')}
128
<br />
129
130
131
- "You can try adjusting your query by narrowing the date range, removing filters or increasing the chart's time interval."
132
+ {t('Try reducing the date range or number of projects.')}
133
</div>
134
}
135
disabled={noSampling}
0 commit comments