mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
20 lines
994 B
Markdown
20 lines
994 B
Markdown
---
|
|
description: Kusto exploration and telemetry analysis instructions
|
|
---
|
|
|
|
# Kusto Exploration Instructions
|
|
|
|
When performing Kusto queries, telemetry analysis, or data exploration tasks for VS Code, consult the comprehensive Kusto instructions located at:
|
|
|
|
**[kusto-vscode-instructions.md](../../../vscode-tools/.github/skills/kusto-telemetry/kusto-vscode.instructions.md)**
|
|
|
|
These instructions contain valuable information about:
|
|
- Available Kusto clusters and databases for VS Code telemetry
|
|
- Common query patterns and best practices
|
|
- Schema information and table structures
|
|
- Tips for effective data exploration
|
|
|
|
Reading these instructions before writing Kusto queries will help you write more accurate and efficient queries, avoid common pitfalls, and leverage existing knowledge about VS Code's telemetry infrastructure.
|
|
|
|
(Make sure to have the main branch of vscode-tools up to date in case there are problems and the repository cloned from https://github.com/microsoft/vscode-tools).
|