-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(29561): Refactor the Edge overview panel #754
Open
vanch3d
wants to merge
48
commits into
master
Choose a base branch
from
feat/29561/edge-overview-panel
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
vanch3d
force-pushed
the
feat/29561/edge-overview-panel
branch
from
January 22, 2025 14:42
bb45bb9
to
0205b07
Compare
vanch3d
force-pushed
the
feat/29561/edge-overview-panel
branch
from
January 22, 2025 19:09
fa3140a
to
271bcf1
Compare
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.
See https://hivemq.kanbanize.com/ctrl_board/57/cards/29561/details/
The PR refactors the Overview panel of the
Edge
node in theWorkspace
. It fixes a known bug when data is missing for the default reporting diagram (topic wheel).It also expands the reporting power of the Workspace by adding several new diagrams to the panel. They are all experimental in nature and might - or might not - help identify aspects of the topology of the current Edge configuration:
Workspace Cluster
diagram is a live visualisation of the clustering of workspace entities (adapters, device, bridge ) based on dynamic keys (such asby status
,by type
,with given topic in mappings
, ...)Concept Wheel
is a dynamic visualisation of the segmentation of the concepts (topic, topic filters, tags) used in the Edge configuration, showing common branching and namespacing (and metadata of each aggregated segment)Relation Chords
diagram shows how concepts of the Edge configuration are connected to each other through relations (mappings and datahub policies)Concept Flow
diagram shows how concepts feed into each other through relations, identifying a common "pipeline" of data transfer.All the diagrams are work in progress and are completely dependent on the variety and volume of the configuration data.
Out-of-topic
Before
After