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

Optimization of the self-monitoring metrics architecture for Go (Golang) plugin modules and unified output of metrics with C++ modules. #1290

Merged
merged 42 commits into from
Jan 23, 2024

Commits on Dec 27, 2023

  1. add metric code

    linrunqi08 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0daec5e View commit details
    Browse the repository at this point in the history
  2. add cpp call go

    linrunqi08 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9847679 View commit details
    Browse the repository at this point in the history
  3. update call func

    linrunqi08 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    30810be View commit details
    Browse the repository at this point in the history
  4. tmp debug

    linrunqi08 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b8559c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. tmp save

    linrunqi08 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f26e1a8 View commit details
    Browse the repository at this point in the history
  2. tmp save

    linrunqi08 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e436d75 View commit details
    Browse the repository at this point in the history
  3. add flusher

    linrunqi08 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7c38780 View commit details
    Browse the repository at this point in the history
  4. add flusher

    linrunqi08 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    33ea6a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. fix cpp interface

    linrunqi08 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9617fb7 View commit details
    Browse the repository at this point in the history
  2. refine code

    linrunqi08 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1c7da0f View commit details
    Browse the repository at this point in the history
  3. refine code

    linrunqi08 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1ad21ef View commit details
    Browse the repository at this point in the history
  4. refine code

    linrunqi08 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    465b54c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. fix comments

    linrunqi08 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1ec3dd3 View commit details
    Browse the repository at this point in the history
  2. fix comment

    linrunqi08 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c1d90cf View commit details
    Browse the repository at this point in the history
  3. fix comment

    linrunqi08 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d8c2263 View commit details
    Browse the repository at this point in the history
  4. Merge branch '1.8' of https://github.com/alibaba/ilogtail into featur…

    …e/taiye/add_go_plugin_metric
    linrunqi08 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    77ffaaa View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix comments

    linrunqi08 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    de51063 View commit details
    Browse the repository at this point in the history
  2. fix build

    linrunqi08 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e19a9bd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. add node id

    linrunqi08 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    09136c2 View commit details
    Browse the repository at this point in the history
  2. add child plugin id

    linrunqi08 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9ba425d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. fix metric

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e104daa View commit details
    Browse the repository at this point in the history
  2. fix unittest

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    96e8296 View commit details
    Browse the repository at this point in the history
  3. fix go lint

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2107d4f View commit details
    Browse the repository at this point in the history
  4. fix go lint

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3b351c8 View commit details
    Browse the repository at this point in the history
  5. Merge branch '1.8' of https://github.com/alibaba/ilogtail into featur…

    …e/taiye/add_go_plugin_metric
    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    75c0f4f View commit details
    Browse the repository at this point in the history
  6. merge 1.8

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9bb08c6 View commit details
    Browse the repository at this point in the history
  7. fix ut

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    81481bd View commit details
    Browse the repository at this point in the history
  8. try fix e2e

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d70ad57 View commit details
    Browse the repository at this point in the history
  9. fix comments

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2ebca2f View commit details
    Browse the repository at this point in the history
  10. fix comments

    linrunqi08 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b12a775 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge branch '1.8' of https://github.com/alibaba/ilogtail into featur…

    …e/taiye/add_go_plugin_metric
    
    Conflicts:
    	core/plugin/PluginRegistry.cpp
    	core/plugin/PluginRegistry.h
    linrunqi08 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    20480fe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. add comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d18453e View commit details
    Browse the repository at this point in the history
  2. fix comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0a2d671 View commit details
    Browse the repository at this point in the history
  3. fix comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    192337b View commit details
    Browse the repository at this point in the history
  4. fix comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3d7964b View commit details
    Browse the repository at this point in the history
  5. fix comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2b401c1 View commit details
    Browse the repository at this point in the history
  6. fix comments

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c4ecf69 View commit details
    Browse the repository at this point in the history
  7. fix lint

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a46c523 View commit details
    Browse the repository at this point in the history
  8. fix ut

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d2aa7d3 View commit details
    Browse the repository at this point in the history
  9. fix c++ pluginID

    linrunqi08 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e216f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix comments

    linrunqi08 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    81e2942 View commit details
    Browse the repository at this point in the history
  2. fix ut

    linrunqi08 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fa9eea1 View commit details
    Browse the repository at this point in the history