feat(automation): integrate .NET instrumentation watcher#421
Open
Pittu-Sharma wants to merge 6 commits into
Open
feat(automation): integrate .NET instrumentation watcher#421Pittu-Sharma wants to merge 6 commits into
Pittu-Sharma wants to merge 6 commits into
Conversation
✅ Deploy Preview for otel-ecosystem-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
a1ef98a to
450c83f
Compare
Contributor
Author
|
Hi, @jaydeluca , Please review the PR once. If any changes are required please let me know. |
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.
Description
This PR establishes the foundation for tracking
.NETinstrumentation metadata within the OpenTelemetry Ecosystem Explorer by implementing a dedicated.NETwatcher.Since the OpenTelemetry
.NETecosystem does not use a centralized catalog API like other ecosystems, this watcher dynamically traverses theopen-telemetry/opentelemetry-dotnet-contribrepository using the GitHub Git Tree API to discover.csprojfiles and classify them.Resolves #101.
Changes Made
.NETWatcher: Implementeddotnet_client.py,inventory_manager.py, andinstrumentation_sync.pyinsideecosystem-automation/dotnet-instrumentation-watcher.ecosystem-registry/dotnet/snapshot directory and enabled versioned schema generation (instrumentation.yaml)..github/workflows/nightly-registry-update.ymlto ensure metadata stays fresh automatically.test-ecosystem-automationrunner in.github/workflows/build-and-test.yml.__init__.pyfiles across all watcher test suites to resolve pytest discovery errors on Windows. Patchedinstrumentation_transformer.pyin the DB builder to prevent compilation crashes when metadata keys are missing.docs/dotnet-integration-roadmap.mdmapping out the database and frontend integration tasks.Testing and Compliance
uv run pytest).uv run ruff check .anduv run ruff format .).uv run python scripts/check_copyright.py).bun run lint:md).