spring-beans-visualized
spring-beans-visualized copied to clipboard
Spring Beans Visualized: View Your Beans at Runtime
Please merge to have (slightly) better documentation in README.md and sensible variable defaults
Error con Browser console: Uncaught TypeError: json[0] is undefined drawApplicationGraph http://localhost:3000/:52 send http://localhost:3000/d3/d3.v3.min.js:1 t http://localhost:3000/d3/d3.v3.min.js:1 i http://localhost:3000/d3/d3.v3.min.js:1 Cn http://localhost:3000/d3/d3.v3.min.js:1 json http://localhost:3000/d3/d3.v3.min.js:5 drawApplicationGraph http://localhost:3000/:43 redrawGraphForTypeFilter http://localhost:3000/:149 redrawGraph http://localhost:3000/:143 http://localhost:3000/:153 Maybe the...
The Graph is not getting plotted. the issue is in index.html var beans = typeFilter != '' ? json[0].beans.filter(function(b){ return beanTypeContains(b, typeFilter)}) : json[0].beans; json[o].beans is undefined. but the app.js...
Hi, Here is a patch to support the JSON format of Actuator v2.0.1.RELEASE. There is not tests. Thanks for this tool, it is really useful. Best regards, Ludo
Apparently /beans actuator endpoint returns a different JSON than the spring-boots-actuator-v1 when using v2 RC1 (the bean id is on the object key) so i've made a few changes on...