dashboard examples#15
Merged
sebastiankruk merged 3 commits intodynatrace-oss:release/0.9.2from Oct 8, 2025
Merged
Conversation
…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
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds comprehensive dashboard examples for the Dynatrace Snowflake Observability Agent along with documentation and build improvements. The PR includes three example dashboards covering cost monitoring, self-monitoring, and security analysis for Snowflake environments.
- Adds three production-ready dashboard examples (costs monitoring, self-monitoring, snowflake security) with YAML configurations and documentation
- Refactors plugin documentation structure from
info.mdtoreadme.mdfiles - Includes tools for dashboard format conversion between JSON and YAML
Reviewed Changes
Copilot reviewed 14 out of 54 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/yaml-to-json.sh | Simple conversion tool from YAML to JSON format |
| tools/dashboard-json-to-yaml.sh | Complex conversion tool with license header generation and data cleanup |
| docs/dashboards/ | Three dashboard examples with YAML configs and markdown documentation |
| src/build/update_docs.py | Updates build script to use readme.md instead of info.md files |
| README.md, PLUGINS.md | Adds dashboard documentation links |
Comments suppressed due to low confidence (1)
tools/dashboard-json-to-yaml.sh:1
- There's a typo in the field name - 'ssnowflake' should be 'snowflake'.
#!/usr/bin/env bash
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
micjaki
approved these changes
Oct 8, 2025
dorian-krefft-dt
approved these changes
Oct 8, 2025
Co-authored-by: dorian-krefft-dt <dorian.krefft@dynatrace.com> Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dashboard examples: costs monitoring, self-monitoring, and snowflake security dashboards