Raul Naupariblog.raulnq.com·Nov 22, 2023Diagnostic .NET Apps in Kubernetes with dotnet-monitorToday, we will review one of the most common dotnet-monitor use cases: running as a side card in a Kubernetes cluster. We recommend having some background in Kubernetes and reviewing our previous articles if you haven't already done so: Diagnostic ....401 reads.NET
Raul Naupariblog.raulnq.com·Nov 15, 2023Collecting Diagnostic Data Automatically with dotnet-monitorIn the article Diagnostic .NET Apps using dotnet-monitor, we explored the process of collecting diagnostic data on demand through a REST API. This approach is useful when we are aware that our application is facing an issue and want to gather informa...94 reads.NET
Raul Naupariblog.raulnq.com·Nov 8, 2023dotnet-monitor: Authentication and Egress ProvidersIn a previous article, we introduced dotnet-monitor, a tool designed to collect diagnostic data via a REST API. However, to ensure its suitability for deployment in production environments, securing these endpoints is essential. As for large files li...1 like·89 reads.NET
Raul Naupariblog.raulnq.com·Nov 6, 2023Diagnostic .NET Apps using dotnet-monitorIn production environments, collecting diagnostics such as traces, logs, metrics, and dumps can be challenging. Typically, one must access the environment, install some tools, and then gather the information. dotnet-monitor simplifies and unifies the...2 likes·312 reads.NET