Skip to content

Commit 3833756

Browse files
committed
docs: fix a typo in the documentation for sql stats
Epic: None Release note: None
1 parent 1c43745 commit 3833756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tech-notes/observability/sql_stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cleanup jobs run (see [Data Cleanup](#data-cleanup) below).
7979
## Data Aggregation and Cardinality
8080
When the statement is being recorded in memory, it gets aggregated with other
8181
executions of the same fingerprint, and when the flush happens it gets aggregated with
82-
all other executions for thar fingerprint on the current aggregation timestamp, which is
82+
all other executions for that fingerprint on the current aggregation timestamp, which is
8383
defined by `sql.stats.aggregation.interval` (default 1h). This mean everything executed
8484
on hour 1:XX will be stored as hour 1:00.
8585

0 commit comments

Comments
 (0)