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: db.params OpenTelemetry integration issue #346

Merged
merged 2 commits into from
Oct 25, 2023

Commits on Oct 10, 2023

  1. fix: db.params OpenTelemetry integration issue

    When db.params are not all of the same type OpenTelemetry will log a warning.
    
    Prevent this by stringifying values.
    
    Also adds a  SQLALCHEMY_SPANNER_TRACE_HIDE_QUERY_PARAMETERS env var to prevent logging db.params to OpenTelemetry.
    gillesleblanc committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3f351b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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