Skip to content

Commit 721b7f8

Browse files
Kerry350weltenwort
andauthored
Update x-pack/legacy/plugins/infra/server/routes/log_analysis/results/log_entry_rate.ts
Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>
1 parent 8e31a6c commit 721b7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/infra/server/routes/log_analysis/results/log_entry_rate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const initLogAnalysisGetLogEntryRateRoute = ({
6161
});
6262
};
6363

64-
const getTotalNumberOfLogs = (
64+
const getTotalNumberOfLogEntries = (
6565
logEntryRateBuckets: GetLogEntryRateSuccessResponsePayload['data']['histogramBuckets']
6666
) => {
6767
return logEntryRateBuckets.reduce((sumNumberOfLogEntries, bucket) => {

0 commit comments

Comments
 (0)