Skip to content
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

Fix Graph/Dependency View #40

Open
LitschiW opened this issue Sep 5, 2022 · 0 comments
Open

Fix Graph/Dependency View #40

LitschiW opened this issue Sep 5, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LitschiW
Copy link
Member

LitschiW commented Sep 5, 2022

Description

The simulator output originally supported the output of an html-based (d3.js) site that illustrated the dependencies between services and instance counts. For this, it monitored the origins and targerts of all requests
This graph broke with version 3 and is not properly fixed by now.

The graph originally showed the effective dependencies (so only dependendencies that were actually used).

Alternative/Additional features that could be implemented in this context

OpenTracing Adapter implementation

Instead of storing or creating the graph, the simulator should actually create a trace that is compatible with OpenTelemetry (Jäger/Zipkin/Kieker). See here for instructions.
So the dependency/performance analysis of the results can be done using external tools.

Static Dependency graph

The dependency graph can actually be created during parse-time, before the actual simulation.
This is way less complicated
However, this will not result in an effective dependencies graph.

@LitschiW LitschiW added enhancement New feature or request good first issue Good for newcomers labels Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant