Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Architecture: Logging and Servicability #24

Closed
matthew-chirgwin opened this issue Sep 24, 2020 · 0 comments
Closed

Architecture: Logging and Servicability #24

matthew-chirgwin opened this issue Sep 24, 2020 · 0 comments
Assignees

Comments

@matthew-chirgwin
Copy link
Member

Issue to document how logging will work in both the client and server of the Strimzi UI, thus enabling the ability to maintain and debug the UI as and when required.

Suggestions:

  • On the server side use a logging library to write to STDOUT
  • On the client side, set up a/use an existing Websocket to send log messages to the server, which then appends them to STDOUT
    • These log messages from the client are enabled/disabled via query parameter in the URL. This is detected by a Logging Hook, which provides a logging calbback used in components/code on the client side, which if enabled sends the content over the web socket.
  • Stretch - have some sort of ID to link/correlate server actions and client actions (eg a request for data can be tracked from initiation to response to render)
@ajborley ajborley self-assigned this Oct 6, 2020
ajborley added a commit to ajborley/strimzi-ui that referenced this issue Oct 8, 2020
Contributes to: strimzi#24

Signed-off-by: Andrew Borley <borley@uk.ibm.com>
ajborley added a commit to ajborley/strimzi-ui that referenced this issue Oct 9, 2020
Contributes to: strimzi#24

Signed-off-by: Andrew Borley <borley@uk.ibm.com>
ajborley added a commit to ajborley/strimzi-ui that referenced this issue Oct 9, 2020
Contributes to: strimzi#24

Signed-off-by: Andrew Borley <borley@uk.ibm.com>
ajborley added a commit to ajborley/strimzi-ui that referenced this issue Oct 9, 2020
Contributes to: strimzi#24

Signed-off-by: Andrew Borley <borley@uk.ibm.com>
matthew-chirgwin pushed a commit that referenced this issue Oct 12, 2020
Contributes to: #24

Signed-off-by: Andrew Borley <borley@uk.ibm.com>
pmuir added a commit to pmuir/strimzi-ui that referenced this issue Dec 11, 2020
fix: load the schema lazily
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants