Skip to content
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
merged 3 commits into from
May 8, 2024
Merged

fix missing uuid and incorrect instance id #1476

merged 3 commits into from
May 8, 2024

Conversation

henryzhx8
Copy link
Collaborator

No description provided.

@linrunqi08 linrunqi08 self-requested a review May 8, 2024 02:13
@henryzhx8 henryzhx8 merged commit b9ce586 into main May 8, 2024
8 checks passed
@henryzhx8 henryzhx8 deleted the fix/uuid branch May 8, 2024 03:08
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)
@henryzhx8 henryzhx8 added the bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants