Rename telemetry-disable-upload to disable-telemetry-upload (#6594)

Fixes a CLI incorrect command

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
jts-telegraf-add-related-links^2
peterbarnett03 2025-12-10 11:16:40 -05:00 committed by GitHub
parent 5216489fd0
commit 3ffab3afa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1892,10 +1892,10 @@ Sets the default duration for hard deletion of data.
### Telemetry
- [telemetry-disable-upload](#telemetry-disable-upload)
- [disable-telemetry-upload](#disable-telemetry-upload)
- [telemetry-endpoint](#telemetry-endpoint)
#### telemetry-disable-upload
#### disable-telemetry-upload
Disables the upload of telemetry data to InfluxData.
@ -1903,7 +1903,7 @@ Disables the upload of telemetry data to InfluxData.
| influxdb3 serve option | Environment variable |
| :--------------------------- | :----------------------------------- |
| `--telemetry-disable-upload` | `INFLUXDB3_TELEMETRY_DISABLE_UPLOAD` |
| `--disable-telemetry-upload` | `INFLUXDB3_TELEMETRY_DISABLE_UPLOAD` |
***