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(collector): fix the write overwrite caused by multiple collectors sharing a global variable DataSource #1857

Merged
merged 6 commits into from
Jan 18, 2024

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    5c4fb87 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    e148abc View commit details
    Browse the repository at this point in the history
  2. fix(collector): fix the write overwrite caused by multiple collectors…

    … sharing a global variable DataSource
    limowang committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c295f2b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. make both the initMetrics function (some other functions are the same…

    …) and dataSource as members of Collector
    limowang committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0513273 View commit details
    Browse the repository at this point in the history
  2. change dataSource to role, and certainly change the type of dataSourc…

    …e to string instead of int
    limowang committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    99659c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611cd4d View commit details
    Browse the repository at this point in the history