mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add support for HTTP OpenTelemetry exporters (#6357)
This commit is contained in:
parent
4896c7739f
commit
d57cc0b930
10 changed files with 301 additions and 34 deletions
|
|
@ -435,6 +435,8 @@ Arguments passed directly when running the CLI can override other configurations
|
|||
- Sets the telemetry target. See [telemetry](../telemetry.md) for more information.
|
||||
- **`--telemetry-otlp-endpoint`**:
|
||||
- Sets the OTLP endpoint for telemetry. See [telemetry](../telemetry.md) for more information.
|
||||
- **`--telemetry-otlp-protocol`**:
|
||||
- Sets the OTLP protocol for telemetry (`grpc` or `http`). Defaults to `grpc`. See [telemetry](../telemetry.md) for more information.
|
||||
- **`--telemetry-log-prompts`**:
|
||||
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information.
|
||||
- **`--checkpointing`**:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue