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(spanner): implement custom tracer_provider injection for opentelemetry traces #1229

Merged
merged 19 commits into from
Nov 15, 2024

Commits on Nov 14, 2024

  1. all: implement custom tracer_provider injection

    An important feature for observability is to allow the injection
    of a custom tracer_provider instead of always using the global
    tracer_provider by sending in
    
        observability_options=dict(
            tracer_provider=tracer_provider,
            enable_extended_tracing=True,
        )
    odeke-em committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    da102c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2181ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540d0b8 View commit details
    Browse the repository at this point in the history
  4. More reverts for formatting

    odeke-em committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0b9ca49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    854a3ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e9a8ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8af9e75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7adab38 View commit details
    Browse the repository at this point in the history
  9. Revert a vestige of mock

    odeke-em committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    afd01e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca8d598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fb046c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb3e8ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    762390c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21bfbcd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    797241f View commit details
    Browse the repository at this point in the history
  16. Use getattr for mock _Client

    odeke-em committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    25edeaa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    42b9a4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c8bb88 View commit details
    Browse the repository at this point in the history
  19. Address review feedback

    odeke-em committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    196e9a0 View commit details
    Browse the repository at this point in the history