Uses of Class
com.github.copilot.sdk.json.TelemetryConfig
Packages that use TelemetryConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of TelemetryConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return TelemetryConfigModifier and TypeMethodDescriptionCopilotClientOptions.getTelemetry()Gets the OpenTelemetry configuration for the CLI server.TelemetryConfig.setCaptureContent(Boolean captureContent) Sets whether to capture message content as part of telemetry.TelemetryConfig.setExporterType(String exporterType) Sets the exporter type.TelemetryConfig.setFilePath(String filePath) Sets the file path for the file exporter.TelemetryConfig.setOtlpEndpoint(String otlpEndpoint) Sets the OTLP exporter endpoint URL.TelemetryConfig.setSourceName(String sourceName) Sets the source name for telemetry spans.Methods in com.github.copilot.sdk.json with parameters of type TelemetryConfigModifier and TypeMethodDescriptionCopilotClientOptions.setTelemetry(TelemetryConfig telemetry) Sets the OpenTelemetry configuration for the CLI server.