summaryrefslogtreecommitdiff
path: root/docs/telemetry.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/telemetry.md')
-rw-r--r--docs/telemetry.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md
index 68c3aed2..6767e349 100644
--- a/docs/telemetry.md
+++ b/docs/telemetry.md
@@ -74,7 +74,11 @@ gemini --telemetry \
## Running an OTEL Collector
An OTEL Collector is a service that receives, processes, and exports telemetry data.
-The CLI sends data using the OTLP/gRPC protocol.
+The CLI can send data using either the OTLP/gRPC or OTLP/HTTP protocol.
+You can specify which protocol to use via the `--telemetry-otlp-protocol` flag
+or the `telemetry.otlpProtocol` setting in your `settings.json` file. See the
+[configuration docs](./cli/configuration.md#--telemetry-otlp-protocol) for more
+details.
Learn more about OTEL exporter standard configuration in [documentation][otel-config-docs].