-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix missing uuid and incorrect instance id #1476
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
messixukejia
approved these changes
May 7, 2024
linrunqi08
approved these changes
May 8, 2024
yyuuttaaoo
reviewed
May 8, 2024
yyuuttaaoo
approved these changes
May 8, 2024
linrunqi08
pushed a commit
that referenced
this pull request
May 9, 2024
* fix missing uuid and incorrect instance id
Abingcbc
added a commit
to Abingcbc/ilogtail
that referenced
this pull request
May 10, 2024
commit 5f7612c Author: quzard <[email protected]> Date: Thu May 9 22:32:30 2024 +0800 Feature: Add input_container_log C++ plugin for collecting containerd stdout logs. (alibaba#1470) * add-ProcessorMergeMultilineLogNative * fix PipelineUnittest * We should clear the log from `multiBeginIndex` to `size`. * fix SenderQueueUnittest * add ProcessorSplitNativeUnittest * add ProcessEventsWithPartLog * add PARTLOGFLAG * ContainerdLogLineParser * add DockerJsonLogLineParser * add AddDockerJsonLog * RegisterProcessorCreator * 去除docker末尾的回车 * modify TestDockerJsonLogLineParserWithSplit * containerd-text * FILE_ENCODING * PARAM_ERROR_RETURN * 参数放到常量里 * delete ProcessorSplitNative * 优化json find逻辑 * modify AddDockerJsonLog * AddContainerdTextLog * add ProcessEventsWithPartLogUnittest * add ProcessorMergeMultilineLogNative (alibaba#1354) * add mKeepingSourceWhenParseFail * Add InputContainerLog (alibaba#1373) * add InputContainerStdout * fix UnmatchedContentTreatmentToString * Collecting and Processing stdout Information from metric_container_info (alibaba#1381) * add InputContainerStdout * metric_container_meta * go往c++传输数据 * GetMountedFilePathWithBasePath * 兼容旧版checkpoint * LastMatchedLine supports dockerJsonFIle and containerdText (alibaba#1417) * 修复LastMatchedLine匹配不到时的问题 * Improved container discovery mechanism for collecting logs from exited containers in a timely manner. (alibaba#1458) Optimize the fetchAll mechanism for container discovery to ignore a container only if the time since its exit has exceeded ContainerInfoDeletedTimeout. Increase the value of ContainerInfoDeletedTimeout to 120 to prevent potential log loss due to delays in container log collection. * enhancement: boost multiline and docker log parsing performance (alibaba#1448) * add input-container-log.md --------- Co-authored-by: yitao <[email protected]> Co-authored-by: henryzhx8 <[email protected]> commit 874599d Author: blueskygzhz <[email protected]> Date: Thu May 9 13:45:34 2024 +0800 Monitor rename (alibaba#1479) * Rename LogtaiMetric.cpp to LogtailMetric.cpp commit f0bc509 Author: Tom Yu <[email protected]> Date: Thu May 9 10:08:03 2024 +0800 fix all compile waring in main program (alibaba#1480) * fix all compile waring in main program * fix BoostRegexValidator compile errors commit b4c238f Author: Zhu Shunjia <[email protected]> Date: Wed May 8 18:54:41 2024 +0800 fix: no check go plugins in core (alibaba#1468) * no check go plugins in c++ * fix ut * remove unused variable and functions * fix: restore plugin registry initializer commit b9ce586 Author: henryzhx8 <[email protected]> Date: Wed May 8 11:08:37 2024 +0800 fix missing uuid and incorrect instance id (alibaba#1476) * fix missing uuid and incorrect instance id commit baa0f2d Author: Tom Yu <[email protected]> Date: Wed May 8 11:05:36 2024 +0800 ensure ssl is linked after spl to fix compilation errors (alibaba#1474) commit 6140d0c Author: Tom Yu <[email protected]> Date: Wed May 8 11:04:52 2024 +0800 improve worst case performance when all events failed to process (alibaba#1465) (alibaba#1472) * improve worst case performance when all events failed to process (alibaba#1465) * Add benchmark commit 3b4325f Author: Bingchang Chen <[email protected]> Date: Tue May 7 00:50:05 2024 -0700 default enable spl (alibaba#1475)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.