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: remove time series before adding it #766

Merged
merged 1 commit into from Jan 14, 2021

Commits on Dec 31, 2020

  1. fix: remove time series before adding it

    Adding the same time series multiple times will cause an error in OpenCensus. A time
    series could be added multiple times for the same Database client id if a database
    client was invalidated, for example because if was created for a database that did
    not exist.
    
    Fixes #202
    olavloite committed Dec 31, 2020
    Copy the full SHA
    5dc62bc View commit details
    Browse the repository at this point in the history