Skip to content

Commit

Permalink
section 3
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi committed Jan 11, 2024
1 parent 78ffb69 commit 9daacae
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/01/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following access must be available:
* Lab Pages: https://microservices-lab.training.acend.ch/docs/
* Docker Registries: [docker.io](https://docker.io) and [quay.io](https://quay.io)
* Source Repositories: [github.com](https://github.com)
* Various web resources: like [quarkus.io](https://www.quarkus.io/), [microprofile.io](https://www.microprofile.io/), Google Drive, ...
* Various web resources: like [quarkus.io](https://www.quarkus.io/), [microprofile.io](https://www.microprofile.io/), Google Drive, ...
* Public maven repositories like maven-central.


Expand Down
9 changes: 7 additions & 2 deletions content/en/docs/02/part/25.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
title: "2.5 Metrics"
linkTitle: "2.5 Metrics"
title: "2.5 Metrics (optional)"
linkTitle: "2.5 Metrics (optional)"
weight: 250
sectionnumber: 2.5
description: >
Inspecting the application metric setup.
---

{{% whenSectionType "optional" %}}
{{% alert title="Optional Section" color="optional" %}} {{% param "optional-text" %}} {{% /alert %}}
{{% /whenSectionType %}}


## Metrics with Prometheus and Grafana

The involved components for our metrics to be working are:
Expand Down
8 changes: 6 additions & 2 deletions content/en/docs/02/part/26.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: "2.6 Application Tracing"
linkTitle: "2.6 Application Tracing"
title: "2.6 Application Tracing (optional)"
linkTitle: "2.6 Application Tracing (optional)"
weight: 260
sectionnumber: 2.6
description: >
Inspecting the tracing setup.
---

{{% whenSectionType "optional" %}}
{{% alert title="Optional Section" color="optional" %}} {{% param "optional-text" %}} {{% /alert %}}
{{% /whenSectionType %}}


## OpenTracing with Jaeger Tracing

Expand Down
5 changes: 4 additions & 1 deletion content/en/docs/03/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ Think of a rich article catalog with pictures, thumbnails and a detailed descrip

In the first version we will use the two microservice `order` and `stock`.

In a second version we will introduce the `lra-coordinator` and our environment will look like this.
![Environment](rest.png)


In a second version we will introduce the `lra-coordinator` to handle transactions and our environment will look like this.

![Environment](rest-lra.png)

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/03/part/36.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Add LRA Coordinator (do not forget to add the volume)
ports:
- 8090:8080
environment:
- THORNTAIL_LOGGING_ROOT-LOGGER.LEVEL=DEBUG
- LOG_LEVEL=DEBUG

# ... omitted

Expand Down
Binary file modified content/en/docs/03/rest-lra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion diagram/microservices-drawio.xml

Large diffs are not rendered by default.

0 comments on commit 9daacae

Please sign in to comment.