1. IBM Documentation for Instana: "Installing the Instana agent on Kubernetes". This document details the use of Helm for installation and configuration. In the "Enable OpenTelemetry" section, it explicitly states: "To enable OTLP in your Helm installation, add the following lines to your values.yaml file: instana.agent.otlp.enabled: true". This directly confirms that Helm is the method used to apply the configuration that enables OTLP.
Source: IBM Documentation, Instana 263, Installing Instana agents > Host agents > On Kubernetes.
2. IBM Documentation for Instana: "OpenTelemetry". This page provides an overview of OTLP integration and notes that the OTLP endpoint is disabled by default on the agent. It directs users to the appropriate installation method (like Helm for Kubernetes) to enable it.
Source: IBM Documentation, Instana 263, OpenTelemetry.