Open
Conversation
Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
Contributor
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
jgbernalp
reviewed
Apr 15, 2026
Signed-off-by: aviralgarg05 <gargaviral99@gmail.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.
Description
This pull request adds a new Jaeger plugin to the
pluginsrepository so Perses can query and display traces coming from Jaeger.The implementation covers both main Jaeger trace workflows:
The plugin then converts Jaeger responses into the trace data format expected by Perses trace visualizations, so the result can be used in trace-related panels without requiring any special handling elsewhere.
A few points worth calling out for review:
This change is intended to address the Jaeger support requested in the linked issue and follow-up discussion.
Closes perses/perses#3409
Context: perses/perses#3993
Screenshots
UI changes are limited to the new datasource and trace query editors for the Jaeger plugin.
No screenshots are attached here.
Checklist
[<catalog_entry>] <commit message>naming convention using one of the followingcatalog_entryvalues:FEATURE,ENHANCEMENT,BUGFIX,BREAKINGCHANGE,DOC,IGNORE.UI Changes