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

Change package to ServiceContext; keep baggage compat module #38

Merged
merged 3 commits into from
May 26, 2023

Conversation

ktoso
Copy link
Member

@ktoso ktoso commented May 26, 2023

Resolves #31

We are going to make a big rename here.

Due to many teams actively using this type in production right now even, and sometimes OUTSIDE of the context of distributed tracing just as a "glorified type-safe typesafe dictionary" we are going to embrace that that's what this type is, and going to call it ServiceContext.

Truth be told, this type wanted to be called this long time ago but it was back then decided that Context was too generic and we picked a tracing only name. Reality has shown us that the type is much more useful and we should not limit its wording and usage to tracing.

Thanks for opening the discussion and I'll do the necessary changes including repo name change.

@ktoso ktoso marked this pull request as draft May 26, 2023 17:26
@ktoso ktoso marked this pull request as ready for review May 26, 2023 19:11
@ktoso
Copy link
Member Author

ktoso commented May 26, 2023

And we're green -- and deprecated the Baggage names as well already.

@ktoso
Copy link
Member Author

ktoso commented May 26, 2023

@weissi signed off via chat 👍

@ktoso ktoso merged commit aeb20f0 into main May 26, 2023
@ktoso ktoso deleted the wip-service-context branch May 26, 2023 19:31
@ktoso ktoso added this to the 1.0.0-RC1 milestone May 26, 2023
@tomerd
Copy link
Member

tomerd commented May 26, 2023

@ktoso do we need to rename the repo?

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.

Consider renaming module/repo to something that doesn't mention distributed tracing/instrumentation
3 participants