.NET Application Performance Monitoring (APM)
APM tools profile CPU, memory, and distributed traces—often via runtime agents. ArgusLogs targets deep compile-time instrumentation for .NET teams that want parameter-level context and SQL/HTTP capture without a heavyweight SaaS agent.
APM vs compile-time weaving
Traditional APM agents attach at runtime. ArgusLogs modifies IL before deployment, which can reduce runtime overhead for selected instrumentation scenarios and keeps sensitive data masking under your [Sensitive] attributes.