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

Update to opentracing-cpp v1.6.0 #163

Merged
merged 4 commits into from
Mar 9, 2021
Merged

Conversation

cgilmour
Copy link
Contributor

@cgilmour cgilmour commented Mar 4, 2021

The tracer has been pinned to opentracing-cpp v1.5.1 for a while, despite v1.6.0 being released.
Although a branch was created that worked with 1.6.0, it wasn't easily discoverable or kept updated.
There were a few API differences between those versions that caused incompatiblity, and that'd require this tracer to maintain multiple release branches (one for v1.5.1 and another for v1.6.0).
Since functionality is relatively stable at the moment, it's more practical to maintain these versions in parallel, and backport changes as-needed to release branches.

So this PR updates the tracer to use opentracing-cpp v1.6.0, implementing additional (and useful!) methods.
Some further changes were necessary to fix outdated integration tests for nginx, and temporarily pin the docker image used for testing to an image that uses v1.6.0 as well. This will need updating again in the future.

Docs will also be updated in a separate PR before releasing this, to explain which tracer version to use to match opentracing-cpp version, and a deprecation schedule.

Fixes #115

@cgilmour cgilmour merged commit 11b9ba6 into master Mar 9, 2021
@cgilmour cgilmour deleted the cgilmour/opentracing-update branch March 9, 2021 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build the extension with opentracing-cpp v1.6.0
2 participants