maestre3d / alexandria

The Alexandria Project is an open-source platform where people can share their knowledge through books, podcasts, docs and videos.
https://alexandria.damascus-engineering.com
GNU Affero General Public License v3.0
9 stars 1 forks source link

Distributed tracing and metrics with Kafka #26

Closed maestre3d closed 4 years ago

maestre3d commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like We already have distributed tracing on the sync transport layer, yet we lack of this important feature at the async transport layer. I'd like an implementation with either OpenCensus or OpenTracing, also metrics could be using either Prometheus or OpenMetrics.

Describe alternatives you've considered By now, we lack of async instrumentation.

Additional context No

maestre3d commented 4 years ago

Currently working actively on it, updating last service without distributed tracing (media service).

PD: Using OpenCensus over OpenTracing because the vanilla functionalities OpenCensus has over OT.