Skip to content

Commit

Permalink
Update core/processor/ProcessorMergeMultilineLogNative.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: henryzhx8 <[email protected]>
  • Loading branch information
quzard and henryzhx8 authored Mar 7, 2024
1 parent 25e7fe6 commit 2281c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/processor/ProcessorMergeMultilineLogNative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ bool ProcessorMergeMultilineLogNative::Init(const Json::Value& config) {
= GetMetricsRecordRef().CreateCounter(METRIC_PROC_MERGE_MULTILINE_LOG_MERGED_RECORDS_SIZE_BYTES);
mProcUnmatchedEventsCnt
= GetMetricsRecordRef().CreateCounter(METRIC_PROC_MERGE_MULTILINE_LOG_UNMATCHED_RECORDS_TOTAL);
mProcUnmatchedEventsBytes
// mProcUnmatchedEventsBytes
= GetMetricsRecordRef().CreateCounter(METRIC_PROC_MERGE_MULTILINE_LOG_UNMATCHED_RECORDS_SIZE_BYTES);

return true;
Expand Down

0 comments on commit 2281c45

Please sign in to comment.