0 comments (0 comments)1 reaction (1 reaction)1 assignee (1 assignee)C#756 forks (756 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 4,353 stars (4,353 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Even though Manga is a monolith application it would be nice to enable OpenTracing to show how to add it following the Clean Architecture principles.
The Jaeger library is a interesting starting point:
Contributor guide
- Research direction
- Examine the Jaeger client C# library and existing OpenTracing samples, then integrate into the Clean Architecture structure by adding tracing middleware in the API layer and injecting tracer dependencies via the composition root.
- Tech stack
- csharp
- Domain
- backendobservability
- Issue type
- Feature
- Prerequisites
- C#.NETOpenTracing concepts