issues Search Results · repo:fbeltrao/dotnet-observability-sample language:C#
Filter by
3 results
(50 ms)3 results
infbeltrao/dotnet-observability-sample (press backspace or delete to remove)Perhaps it can even be directly moved to OpenTelemetry project. At least move it to a separate project so it will be
guaranteed decoupled from the rest of an app logic
SergeyKanzhelev
- 1
- Opened on Jan 6, 2020
- #4
Including scopes for logging will help associate logs reported by app with the distributed traces:
.ConfigureLogging(logging =
{
logging.AddConsole((options) = { ...
SergeyKanzhelev
- 1
- Opened on Jan 6, 2020
- #3
It will be great to switch to IOptions pattern as we will develop here:
https://github.com/open-telemetry/opentelemetry-dotnet/issues/343
I feel that this is error-prone and not easy to understand:
...
SergeyKanzhelev
- 1
- Opened on Jan 6, 2020
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.