#6 improved support for Dynatrace events APIs#16
Merged
sebastiankruk merged 13 commits intodynatrace-oss:release/0.9.2from Oct 23, 2025
Merged
#6 improved support for Dynatrace events APIs#16sebastiankruk merged 13 commits intodynatrace-oss:release/0.9.2from
sebastiankruk merged 13 commits intodynatrace-oss:release/0.9.2from
Conversation
…s of event APIs
* #6 mocking session.sql for local calls and dumping data used in tests into ndjson * #6 mocking only local tests * #6 extracting JSON payload from OTEL * #6 deduplicating query results; logs exporter configurable * #6 we don't send data[event.type] in bizevents anymore --------- Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves support for Dynatrace events APIs by adding test data, utility scripts for dashboard conversion, and test configuration updates.
Key Changes
- Added utility scripts for YAML/JSON dashboard conversion
- Added comprehensive test result fixtures for various Snowflake monitoring scenarios
- Updated pytest configuration to support test grouping
Reviewed Changes
Copilot reviewed 182 out of 232 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/yaml-to-json.sh | Script to convert YAML dashboard files to JSON format |
| tools/dashboard-json-to-yaml.sh | Script to convert JSON dashboard files to YAML with metadata |
| test/test_results/*/biz_events.json | Test fixtures for business events across multiple test scenarios |
| test/test_results/*/logs.json | Test fixtures for log entries from various monitoring plugins |
| test/test_results/*/metrics.txt | Test fixtures for metrics in Dynatrace format |
| test/test_results/*/events.json | Test fixtures for generic events |
| test/test_results/*/spans.json | Test fixtures for query spans and traces |
| test/test_data/*.ndjson | Additional test data for users and trust center |
| pytest.ini | Added xdist_group marker for parallel test execution |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Sebastian Kruk <1426486+sebastiankruk@users.noreply.github.com>
micjaki
approved these changes
Oct 23, 2025
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.
No description provided.