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

Implement dependency graph in the dependency view #3463

Closed
andreasfritz opened this issue Jun 21, 2024 · 0 comments
Closed

Implement dependency graph in the dependency view #3463

andreasfritz opened this issue Jun 21, 2024 · 0 comments
Assignees

Comments

@andreasfritz
Copy link
Contributor

andreasfritz commented Jun 21, 2024

The dependency actuator contains both a component list and a dependency list.
The component list is already implemented in Spring Boot Admin.
The dependency list could be used to display a dependency graph in Spring Boot Admin.

Example from the actuator:
{
"ref" : "pkg:maven/io.micrometer/micrometer-core@1.13.0?type=jar",
"dependsOn" : [
"pkg:maven/io.micrometer/micrometer-commons@1.13.0?type=jar",
"pkg:maven/io.micrometer/micrometer-observation@1.13.0?type=jar",
"pkg:maven/org.hdrhistogram/HdrHistogram@2.2.1?type=jar",
"pkg:maven/org.latencyutils/LatencyUtils@2.0.3?type=jar"
]
},

https://docs.spring.io/spring-boot/api/rest/actuator/sbom.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants