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

feat: instrument Spanner client with OpenCensus metrics #54

Merged
merged 8 commits into from Feb 6, 2020
Merged

feat: instrument Spanner client with OpenCensus metrics #54

merged 8 commits into from Feb 6, 2020

Commits on Feb 6, 2020

  1. feat: add session metrics

    Add active_sessions (The number of active sessions in use) and max_sessions (The number of max sessions configured the user) metrics
    mayurkale22 committed Feb 6, 2020
    Copy the full SHA
    5bf757e View commit details
    Browse the repository at this point in the history
  2. Fix code reviews

    Use maxSessionsInUse instead of numSessionsInUse and update the description.
    mayurkale22 committed Feb 6, 2020
    Copy the full SHA
    8bc6fc7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b3c56b5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    893b446 View commit details
    Browse the repository at this point in the history
  5. Fix package structure

    mayurkale22 committed Feb 6, 2020
    Copy the full SHA
    f2ebcdf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6ce5aa6 View commit details
    Browse the repository at this point in the history
  7. fix nits

    mayurkale22 committed Feb 6, 2020
    Copy the full SHA
    67c9690 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1525a7d View commit details
    Browse the repository at this point in the history