hofund
hofund copied to clipboard
🗡️💥 hofund is a tool set to monitor applications, connections and discover current state of components of the system 💥🗡️
https://github.com/logchange/hofund/blob/master/hofund-core/pom.xml ``` Caused by: java.lang.UnsupportedClassVersionError: org/slf4j/Logger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes...
https://github.com/spring-projects/spring-boot/blob/main/module/spring-boot-jdbc/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java
something like: ``` hofund_connection_status{id="cart-cart-database",source="cart",target="cart",type="database", db_type="postgresql"} 1.0 ```
Hi @marwin1991 ! What about using dependabot or renovate to keep hofund's dependencies up-to-date?
@witx98 what do you think about something like this?
``` 2024-10-17 17:22:21.777 INFO p.c.s.e.w.c.ConnectionsTablePrinter +------+------+--------+-----+ 2024-10-17 17:22:21.778 INFO p.c.s.e.w.c.ConnectionsTablePrinter | TYPE | NAME | STATUS | URL | 2024-10-17 17:22:21.778 INFO p.c.s.e.w.c.ConnectionsTablePrinter +------+------+--------+-----+ ```
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies devcontainer .devcontainer/devcontainer.json...