1. IBM Documentation, Instana Observability on SaaS, "Naming services": This document explicitly states, "You can set a service name for a specific request by using the X-Instana-Service HTTP header. When you set the header on a request, it will take precedence over all other service naming configurations." This confirms the header is automatically processed for service naming.
2. IBM Documentation, Instana Observability on SaaS, "Monitoring custom HTTP headers": This source clarifies the default behavior for other headers: "By default, Instana does not collect HTTP headers as it can contain sensitive data. However, the feature can be enabled on-demand..." This directly contrasts with the automatic handling of X-Instana-Service and shows why option A is incorrect.