Skip to content

Commit adb3ea2

Browse files
committed
Rename telemetry keys for the log rate tab
1 parent 1d16d06 commit adb3ea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

x-pack/legacy/plugins/infra/public/pages/logs/log_entry_rate/page_results_content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const LogEntryRateResultsContent = ({
4545
sourceId: string;
4646
isFirstUse: boolean;
4747
}) => {
48-
useTrackPageview({ app: 'infra_logs', path: 'analysis_results' });
49-
useTrackPageview({ app: 'infra_logs', path: 'analysis_results', delay: 15000 });
48+
useTrackPageview({ app: 'infra_logs', path: 'log_entry_rate_results' });
49+
useTrackPageview({ app: 'infra_logs', path: 'log_entry_rate_results', delay: 15000 });
5050

5151
const [dateFormat] = useKibanaUiSetting('dateFormat', 'MMMM D, YYYY h:mm A');
5252

x-pack/legacy/plugins/infra/public/pages/logs/log_entry_rate/page_setup_content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export const LogEntryRateSetupContent = <JobType extends string>({
4949
moduleDescriptor,
5050
sourceConfiguration,
5151
}: LogEntryRateSetupContentProps<JobType>) => {
52-
useTrackPageview({ app: 'infra_logs', path: 'analysis_setup' });
53-
useTrackPageview({ app: 'infra_logs', path: 'analysis_setup', delay: 15000 });
52+
useTrackPageview({ app: 'infra_logs', path: 'log_entry_rate_setup' });
53+
useTrackPageview({ app: 'infra_logs', path: 'log_entry_rate_setup', delay: 15000 });
5454

5555
return (
5656
<LogEntryRateSetupPage>

0 commit comments

Comments
 (0)