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 from user equipment for MQTT exchanges #128

Open
6 tasks
nbuffon opened this issue Jun 27, 2024 · 0 comments
Open
6 tasks
Assignees
Labels
Milestone

Comments

@nbuffon
Copy link
Member

nbuffon commented Jun 27, 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 Java label Jun 27, 2024
@nbuffon nbuffon added this to the Sprint 1 milestone Jun 27, 2024
@nbuffon nbuffon changed the title Send messages to telemetry service from user equipment Send messages to telemetry service from user equipment for MQTT exchanges Aug 1, 2024
@tigroo tigroo modified the milestones: Sprint 1, Sprint 2 Aug 27, 2024
@nbuffon nbuffon modified the milestones: Sprint 2, Sprint 3 Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

3 participants