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

Send messages to telemetry service service from application for MQTT exchanges #124

Open
2 of 6 tasks
nbuffon opened this issue Jun 20, 2024 · 0 comments
Open
2 of 6 tasks
Assignees
Labels
Rust Rust code
Milestone

Comments

@nbuffon
Copy link
Member

nbuffon commented Jun 20, 2024

  • Trace IoT message emission
    • Set W3C context as an MQTT property
    • Send span to the IoT observability service
  • Trace IoT message reception
    • Extract W3C context from MQTT property
    • Send span to the IoT observability service

GIVEN a producer using the SDK was connected to the IoT message service
AND a consumer using the SDK was connected to the IoT message service
WHEN a message is transmitted
THEN I will see two traces with their associated span in the IoT observability
AND the span in the second trace will be linked to the span of the first trace

Note: this user story also implicitly tests the OpenTelemetry client

@nbuffon nbuffon added the Rust Rust code label Jun 20, 2024
@nbuffon nbuffon added this to the Sprint 1 milestone Jun 20, 2024
@nbuffon nbuffon self-assigned this Jun 20, 2024
@tigroo tigroo changed the title Send messages to observability service from Application Send messages to observability service from application Jul 4, 2024
@tigroo tigroo changed the title Send messages to observability service from application Send messages to telemetry service service from application Jul 4, 2024
@nbuffon nbuffon changed the title Send messages to telemetry service service from application Send messages to telemetry service service from application for MQTT exchanges Aug 1, 2024
@tigroo tigroo modified the milestones: Sprint 1, Sprint 2 Aug 27, 2024
@nbuffon nbuffon mentioned this issue Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Rust code
Projects
Status: In Progress
Development

No branches or pull requests

2 participants