From f7db3d2ae6e8337b0d8f789566e908f17a3f3a52 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:37:16 +0200 Subject: [PATCH] Logs: Fix report interaction name (#51335) --- public/app/features/explore/ExploreToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/ExploreToolbar.tsx b/public/app/features/explore/ExploreToolbar.tsx index 520c98833f7..747845587cb 100644 --- a/public/app/features/explore/ExploreToolbar.tsx +++ b/public/app/features/explore/ExploreToolbar.tsx @@ -196,7 +196,7 @@ class UnConnectedExploreToolbar extends PureComponent { const controls = { ...c, start: () => { - reportInteraction('grafana_explore_logs_result_displayed', { + reportInteraction('grafana_explore_logs_live_tailing_clicked', { datasourceType: this.props.datasourceType, }); c.start();