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

Propagate spans from daphne-server all the way to durable objects #635

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mendess
Copy link
Collaborator

@mendess mendess commented Jul 3, 2024

No description provided.

@mendess mendess self-assigned this Jul 3, 2024
@mendess mendess marked this pull request as draft July 3, 2024 17:25
@mendess
Copy link
Collaborator Author

mendess commented Jul 4, 2024

Blocked on open-telemetry/opentelemetry-rust#1882 being released

@mendess mendess force-pushed the mendess/propagate-spans branch from 24327d6 to 4b62bc8 Compare July 16, 2024 08:42
@RageKnify
Copy link
Member

https://github.com/open-telemetry/opentelemetry-rust/releases/tag/v0.24.1 is out

@mendess mendess force-pushed the mendess/propagate-spans branch from 4b62bc8 to 431f90e Compare July 29, 2024 16:42
@mendess mendess force-pushed the mendess/propagate-spans branch from 431f90e to 2164093 Compare August 6, 2024 14:05
@mendess mendess force-pushed the mendess/propagate-spans branch 4 times, most recently from 34c465c to a67c919 Compare August 20, 2024 10:54
@mendess mendess force-pushed the mendess/propagate-spans branch 5 times, most recently from 7d7f9e9 to 571a978 Compare August 29, 2024 19:17
@mendess mendess changed the base branch from main to mendess/cleanup-deps August 29, 2024 19:18
@mendess mendess force-pushed the mendess/propagate-spans branch from 571a978 to 11911b9 Compare August 29, 2024 19:18
When running workers locally, durable object share the same address
space with the main worker, which means they use the same set of global
variables. This means that initializing tracing inside test state
cleaner can cause the worker to crash due to the double initialization
of some components.
@mendess mendess force-pushed the mendess/cleanup-deps branch from 4de4c38 to 0784a6a Compare August 30, 2024 09:22
@mendess mendess force-pushed the mendess/propagate-spans branch from 11911b9 to 6f4ecf6 Compare August 30, 2024 09:24
@mendess mendess force-pushed the mendess/propagate-spans branch from 6f4ecf6 to 7e70715 Compare August 30, 2024 09:30
Base automatically changed from mendess/cleanup-deps to main September 5, 2024 14:23
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.

2 participants