Include logging attributes in OpenTelemetry autoinstrumentation for ASP.NET Core
I have an ASP.NET Core Web API running in k8. The pipeline is configured to use OpenTelemetry injecting AutoInstrumentation
.
Include logging attributes in OpenTelemetry autoinstrumentation for Aspnet Core
I have a Aspnet Core webapi running in k8. The pipeline is configured to use OpenTelemetry injecting AutoInstrumentation.
Logging to multiple services with OpenTelemetry in a single project
The background is fair simple: I’m building a Modular Monolith, and I’d like to have the logs as if they were microservices already.
Duplicate open telemetry span ids when running multiple web applications in same process
I have two separate WebApplications running in same process, but they are listening on different ports. Each application configures OTEL like this (service name is unique to each app, for example there are “GATEWAY” and “SUBSCRIPTIONS” services: