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 #122

Closed
6 tasks
nbuffon opened this issue Jun 20, 2024 · 0 comments · Fixed by #144
Closed
6 tasks

Send messages to telemetry service from user equipment for MQTT exchanges #122

nbuffon opened this issue Jun 20, 2024 · 0 comments · Fixed by #144
Assignees
Labels
Python Python 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 Python Python code label Jun 20, 2024
@nbuffon nbuffon added this to the Sprint 1 milestone Jun 20, 2024
@nbuffon nbuffon moved this to Ready in its-client Jun 20, 2024
@tigroo tigroo changed the title Send messages to observability service from User Equipment Send messages to telemetry service from user equipment Jul 4, 2024
@ymorin-orange ymorin-orange moved this from Ready to In Progress in its-client Jul 10, 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
@github-project-automation github-project-automation bot moved this from In Progress to Done in its-client Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Python code
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants