Cosmos Diagnostics FormatterA Visual Studio Code extension designed to streamline the extraction and formatting of Cosmos DB diagnostics from log files. OverviewCosmos DB SDK diagnostics are essential for troubleshooting connectivity and service availability issues. However, these diagnostics are often embedded within unstructured logs, making it challenging to locate and interpret critical details. Additionally, diagnostics strings may be quoted or escaped, further complicating their readability. Cosmos Diagnostics Formatter addresses these challenges by extracting valid diagnostics strings in JSON format, unescaping or unquoting them as needed, and presenting them in a clean, readable structure. Features
Available CommandsThe Cosmos Diagnostics Formatter extension provides the following commands to enhance your workflow:
These commands can be accessed via the Command Palette ( LimitationsThis extension provides a best-effort approach to extract and format diagnostics information. However, it may not include all original error messages. For complete context, always refer to the original log file. |