What problem does it solve?
This Skill helps you turn scattered logs into reliable observability by standardizing structured logging, distributed tracing, correlation, and health checks.
Core Features & Use Cases
- Structured logging with Serilog to emit searchable, filterable log events with consistent properties.
- OpenTelemetry guidance for distributed tracing and telemetry to connect request flows across services and collect metrics.
- Health checks for operational readiness using separate liveness and readiness endpoints.
- Correlation IDs across log entries and downstream calls to track a single request through your system.
- Runbook-style safety practices such as avoiding string interpolation in logs, not logging secrets, and tagging health checks correctly.
Quick Start
Load the logging skill and configure Serilog structured logging plus correlation IDs and health endpoints in your .NET 10 service.