A reed-marsh ASP.NET Core API needs traces, metrics, and logs in Application Insights without a handwritten exporter. What should the developer add?
Select an answer to reveal the explanation.
Short Explanation
Azure Monitor OpenTelemetry Distro is the current server path—drop it in, set the connection string, ship traces/metrics/logs. Skip homemade exporters and Redis “telemetry.”
Full Explanation
The Azure Monitor OpenTelemetry Distro is the recommended instrumentation path for server applications targeting Application Insights. Configure it with the connection string to export traces, metrics, and logs. Custom one-off exporters, Redis, and Logic Apps are not the official Domain 4 server instrumentation approach.