dotfiles/vscode/.vscode/extensions/redhat.vscode-yaml-1.15.0/USAGE_DATA.md
2024-08-02 10:42:24 -06:00

23 lines
1.0 KiB
Markdown

# Data collection
vscode-yaml has opt-in telemetry collection, provided by [vscode-redhat-telemetry](https://github.com/redhat-developer/vscode-redhat-telemetry).
## What's included in the vscode-yaml telemetry data
- yaml-language-server start
- errors during yaml-language-server start
- any errors from LSP requests
- `kubernetes` schema usage
## What's included in the general telemetry data
Please see the
[vscode-redhat-telemetry data collection information](https://github.com/redhat-developer/vscode-redhat-telemetry/blob/HEAD/USAGE_DATA.md)
for information on what data it collects.
## How to opt-in or out
Use the `redhat.telemetry.enabled` setting to enable or disable telemetry collection.
Note that this extension abides by Visual Studio Code's telemetry level: if `telemetry.telemetryLevel` is set to off, then no telemetry events will be sent to Red Hat, even if `redhat.telemetry.enabled` is set to true. If `telemetry.telemetryLevel` is set to `error` or `crash`, only events containing an error or errors property will be sent to Red Hat.