You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composable custom widgets for analysis and extension
Compose custom widgets in Java/Kotlin
E.g.
new RR quickstart 2 expands logging features
current debugging advice includes going into the log directory and sending the json logs verbatim
alternatively, quickstart 2 can include a custom widget that has a standard html select element that's able to display the select options and graph the logs
dashboard serves as a UI event source/view controller with business logic handled on jvm side hooks
Possible pre-reqs:
Widget settings local storage API
Data propagation architecture change
From props to stream subscription
The text was updated successfully, but these errors were encountered:
Possible pre-reqs:
The text was updated successfully, but these errors were encountered: