Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasiths/opentelemetrydistributedtracingsample
OpenTelemetry samples for distributed tracing with examples of context propagation using W3C http trace header and RabbitMQ/MQTT custom context. Live recording of talk: https://youtu.be/nN9YSbnQXpY
https://github.com/dasiths/opentelemetrydistributedtracingsample
distributed-tracing dotnet mqtt open-telemetry opentelemetry python
Last synced: 6 days ago
JSON representation
OpenTelemetry samples for distributed tracing with examples of context propagation using W3C http trace header and RabbitMQ/MQTT custom context. Live recording of talk: https://youtu.be/nN9YSbnQXpY
- Host: GitHub
- URL: https://github.com/dasiths/opentelemetrydistributedtracingsample
- Owner: dasiths
- Created: 2021-06-05T19:03:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T13:13:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T23:06:14.490Z (6 days ago)
- Topics: distributed-tracing, dotnet, mqtt, open-telemetry, opentelemetry, python
- Language: C#
- Homepage: https://youtu.be/nN9YSbnQXpY
- Size: 6.19 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTelemetry Samples For Distributed Tracing With Examples Of Context Propagation
Contents:
- `./dotnet` DOTNET examples for auto instrumentation/manual instrumentation of traces used in live recording of talk https://youtu.be/nN9YSbnQXpY
- `./python` Python examples for MQTT manual instrumentation for traces, metrics and logs used in https://dasith.me/2023/01/06/instrument-mqtt-open-telemetry-python/