Skip to content

feat(be-17): setup OpenTelemetry distributed tracing across Rust microservices (#866) - #916

Open
MrG139 wants to merge 1 commit into
OpenKnight-Foundation:mainfrom
MrG139:feature/be-17-opentelemetry-tracing
Open

feat(be-17): setup OpenTelemetry distributed tracing across Rust microservices (#866)#916
MrG139 wants to merge 1 commit into
OpenKnight-Foundation:mainfrom
MrG139:feature/be-17-opentelemetry-tracing

Conversation

@MrG139

@MrG139 MrG139 commented Jul 29, 2026

Copy link
Copy Markdown

Closes #866.

  • Added tracing-opentelemetry + OTLP exporter setup in backend/src/main.rs
  • Wrapped Actix App with tracing_actix_web::TracingLogger
  • Instrumented send_move (backend/src/socket/game.rs) with #[tracing::instrument]
  • Traces exported via OTLP to localhost:4317 (Jaeger-compatible)

Testing: cargo build passes.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@MrG139 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

BE-17: Setup OpenTelemetry distributed tracing across Rust microservices

1 participant