Orange-OpenSource / Orange-OpenSource/its-client
Single OTLP trace for MQTT receive/publish
Open
@nbuffon is already working on this.
Since Jan 22, 2025.
Rust
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
Current behaviour
When an MQTT message is received and leads to publishing another one (e.g. DENM creation from dangerous situation) two traces with a single span are created
- Reception :
trace_id_123-span_id_456-00 - Publish:
trace_id_789-span_id_098-00
Expected behaviour
A single trace with two spans (at least) should be sent
- Reception :
trace_id_123-span_id_456-00 - Publish:
trace_id_123-span_id_098-00
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.