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

Add query plan diagnostics and refactor query diagnostics #1285

Merged
merged 12 commits into from
Mar 20, 2020

Commits on Mar 16, 2020

  1. Switch query pipeline to use CosmosDiagnosticInternal

    Jake Willey committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    81c96ba View commit details
    Browse the repository at this point in the history
  2. Added query pipeline builder. No pipeline diagnostics.

    Jake Willey committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    aebd3fe View commit details
    Browse the repository at this point in the history
  3. Mostly fixed.

    Jake Willey committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    2e989aa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. DiagnosticContext wired through query context

    Jake Willey committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7e2a5ec View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Refactored query diagnostics to use the context and client to avoid n…

    …eeding the query pipeline handle logic.
    Jake Willey committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    57cde9e View commit details
    Browse the repository at this point in the history
  2. Merged to latest

    Jake Willey committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d201d20 View commit details
    Browse the repository at this point in the history
  3. Removed scheduling timespan as it is duplicate information. Added add…

    …itional tests.
    Jake Willey committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4575978 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    Jake Willey committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    509a986 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Fixed bug where query client would use old diagnostics which would ca…

    …use an exception.
    Jake Willey committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    f0c2d9e View commit details
    Browse the repository at this point in the history
  2. Add lock to prevent a race condition.

    Jake Willey committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    02b56dc View commit details
    Browse the repository at this point in the history
  3. Removed unused variable

    Jake Willey committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    93dce85 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Update request option description.

    Jake Willey committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    319fb6d View commit details
    Browse the repository at this point in the history