What is automatic instrumentation?

Automatic instrumentation captures telemetry by modifying or wrapping application code transparently. ArgusLogs implements this through compile-time weaving with [LogMethod] and related DataAnnotation attributes.

Not the same as a runtime agent

Runtime APM agents attach to the process and sample stacks or rewrite at load time. ArgusLogs weaves at build time, so the instrumented assembly is what you deploy. Details: /how-it-works and /docs/configuration.