v0.1.0 — Apr 20, 2026
Initial release First public release of the Tracelit .NET SDK:builder.Services.AddTracelit(config => ...)— single-call ASP.NET Core DI integrationTracelitConfigurationwith full env-var fallbacks andValidate()guardTracelitClientstatic façade for non-DI usage- Automatic instrumentation: ASP.NET Core, HttpClient, SqlClient, .NET runtime metrics
TracelitMetrics— Counter, Histogram, Gauge wrappers overSystem.Diagnostics.MetricsMemoryPollerService— backgroundprocess.memory.rsspolling (60 s)ILoggerforwarding via OTLP withtrace_id/span_idcorrelationErrorAlwaysOnSampler+ErrorSpanProcessor— errors always exportedEnabled = false/TRACELIT_ENABLED=falsefor test environments- .NET 8+, MIT license, published to NuGet