Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
new diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Apr 15, 2024
1 parent 29d8899 commit ad40d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tutorial/content/labs/use_case_scenarios/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,22 @@ It furthermore provides a lookout to the various chapters of this lab.

The following diagram explains the architecture:

-- TODO: DIAGRAM IN HERE --

- there is an simple underlying polylot, multi-service application
- the components are implemented in Java (Spring Boot) and Python (Flask)
- two alternate frontend connect to a backend part, which in turn connects to a Postgres database
- there is a simple load-generator, which continuesly sends load to the frontend components

{{< figure src="images/application_diagram.png" width=700 caption="Application Architecture" >}}

- the application components are already instrumented by an OpenTelemetry agent

- all of the collected information is being sent to an OpenTelemetry collector

- the OpenTelemetry Collector exports the information to various thirs-party applications
- the (distributed) traces are exported to a Jaeger instance
- the metrics are exported to a Prometheus instance (Grafana?)
- the logs are exported to an OpenSearch instance?
- the metrics are exported to a Prometheus instance

{{< figure src="images/application_instrumented.png" width=700 caption="Application Architecture Instrumented" >}}

The entire stack of components is modeled in containers and can be run using a docker-compose file.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ad40d68

Please sign in to comment.