Skip to content

Commit

Permalink
Visualize screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mourjo committed Dec 3, 2023
1 parent 59d5d85 commit 33874d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@ We can now drill down on one of the fields, here we are looking at all logs for

![Alt text](src/main/resources/kibana_7.png)


### Visialization
Information from logs can be aggregated and viewed on a more macroscopic level as well:
http://localhost:5601/app/dashboards#/view/a6cc3db0-91c2-11ee-9cd4-0f499c097bfb

For the following dashboard shows requests per endpoint, response codes, logs per level (ERROR/INFO/etc):

![Alt text](src/main/resources/kibana_8.png)

Not only that, it allows drill down by segments as well - in the screenshot below we are looking only at 400 responses
and what might have caused it - which is clearly visible in the "top log messages" panel:

![Alt text](src/main/resources/kibana_9.png)


### Thread local context
If MDC is not cleared up, we can get misleading logs - here we are querying for the entire history of the part 251 - but
we see that the latest log (topmost) seems to suggest that we are creating another party - but party 251 already exists.

Expand Down
Binary file added src/main/resources/kibana_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/kibana_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33874d1

Please sign in to comment.