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

Thread-safe QueryMetrics #6402

Closed
wants to merge 7 commits into from

Commits on Sep 29, 2018

  1. require QueryMetrics to be thread-safe

    gaodayue committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    394e53c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

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

Commits on Oct 8, 2018

  1. prohibit emit() from multiple threads

    gaodayue committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    9938640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcfa6e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    5d1d3bd View commit details
    Browse the repository at this point in the history
  2. address review comments about formatting and doc

    gaodayue committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    4f59c23 View commit details
    Browse the repository at this point in the history
  3. fix test

    gaodayue committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e191ed3 View commit details
    Browse the repository at this point in the history