Skip to content

Commit

Permalink
Explore query: add custom interaction for scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
matyax committed Jan 8, 2024
1 parent 1e66df5 commit 416e959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/features/explore/state/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ export const runLoadMoreLogsQueries = createAsyncThunk<void, RunLoadMoreLogsQuer
newQuerySource.subscribe({
next(data) {
if (data.logsResult !== null && data.state === LoadingState.Done) {
reportInteraction('grafana_explore_logs_result_displayed', {
reportInteraction('grafana_explore_logs_scrolled', {
datasourceType: datasourceInstance.type,
});
}
Expand Down

0 comments on commit 416e959

Please sign in to comment.