feat(jaeger): add New Frontend System support - #10330
Open
MatheusMartinho wants to merge 2 commits into
Open
Conversation
Add an /alpha entrypoint that reimplements the plugin with createFrontendPlugin, ApiBlueprint and EntityContentBlueprint, so the plugin can be used with the New Frontend System through package discovery or by importing from @backstage-community/plugin-jaeger/alpha. The legacy exports are untouched, so users on the old frontend system are unaffected. Closes backstage#7538 Signed-off-by: MatheusMartinho <matheusmouramartinho@hotmail.com>
2 tasks
Contributor
Changed Packages
|
Ran yarn fix, which drops the redundant main/types from publishConfig now that the package declares exports. Signed-off-by: MatheusMartinho <matheusmouramartinho@hotmail.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.
Hey, I just made a Pull Request!
Closes #7538
This PR adds New Frontend System support to the Jaeger plugin. The plugin can now be used with the new frontend system through package discovery or by importing from the
/alphaentrypoint.Changes:
src/alpha.tsreimplementing the plugin withcreateFrontendPlugin, plussrc/alpha/with anApiBlueprintextension for the Jaeger API and anEntityContentBlueprintextension for theTracestab (kept on the/jaegerpath, filtered byisJaegerAvailable, same as the legacyJaegerCardusage documented in the README)package.jsonto export the./alphaentrypointREADME.mdwith setup instructions for the new frontend systemdocs/compatibility/new-frontend-system.mdThe implementation follows the existing Dynatrace plugin, which uses the same entity-content shape. Legacy exports are untouched, so users on the old frontend system are unaffected.
✔️ Checklist
Signed-off-byline in the message. (more info)