#6 delaying tests to get buffers cleaned#1
Conversation
…vability Agent - Added prerequisites and environment setup instructions to INSTALL.md - Expanded contributing guidelines in CONTRIBUTING.md - Implemented command checks in package.sh to ensure required tools are installed - Introduced GitHub Actions workflow for automated build and release process
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
…oring, and snowflake security dashboards, with description and screenshots. Plus: - Refactor plugin descriptions from info.md to readme.md - Move debug help docs to debug/ directory - Add tools for dashboard JSON/YAML conversion
Co-authored-by: dorian-krefft-dt <dorian.krefft@dynatrace.com> Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
Co-authored-by: dorian-krefft-dt <dorian.krefft@dynatrace.com> Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
…examples dashboard examples
…facts Enhance documentation and setup scripts for Dynatrace Snowflake Obser…
There was a problem hiding this comment.
Pull Request Overview
This PR adds new test result files and utility scripts to support testing infrastructure for delaying tests to allow buffer cleanup. The changes include two new bash scripts for YAML/JSON conversion and multiple test result files containing various telemetry data outputs across different test scenarios.
Reviewed Changes
Copilot reviewed 167 out of 218 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/yaml-to-json.sh | Adds script to convert YAML files to JSON format |
| tools/dashboard-json-to-yaml.sh | Adds script to convert dashboard JSON to YAML with license headers |
| test/test_results/*/biz_events.json | Adds business event test result files across multiple test scenarios |
| test/test_results/*/logs.json | Adds log output test result files for various test cases |
| test/test_results/*/metrics.txt | Adds metric output test result files in text format |
| test/test_results/*/events.json | Adds event test result files for different test scenarios |
| test/test_results/*/spans.json | Adds span tracing test result files |
| test/test_data/*.ndjson | Adds test data files in NDJSON format for various test scenarios |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 175 out of 226 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 175 out of 226 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.