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

Commit

Permalink
metrics start
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Apr 15, 2024
1 parent 8b2a1e7 commit 29d8899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions labs/otel-in-action/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=mydb

todobackend-springboot:
image: todobackend:v2402
image: maeddes/todobackend-springboot:v2404
networks:
- todonet
build:
Expand All @@ -37,7 +37,7 @@ services:
- postgresdb

todoui-thymeleaf:
image: todoui:otel
image: maeddes/todoui-thymeleaf:v2404
build:
context: ./todoui-thymeleaf
dockerfile: Dockerfile #-multistage
Expand All @@ -56,7 +56,7 @@ services:
- OTEL_LOGS_EXPORTER=none

todoui-flask:
image: todoui-flask:v0.1
image: maeddes/todoui-flask:v2404
build:
context: ./todoui-flask
networks:
Expand All @@ -70,7 +70,7 @@ services:
- OTEL_METRICS_EXPORTER=otlp

loadgenerator:
image: generator:v0.1
image: maeddes/simple-generator:v2404
build:
context: ./loadgenerator
networks:
Expand Down
5 changes: 4 additions & 1 deletion tutorial/content/labs/use_case_scenarios/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,7 @@ Click on "Compare Traces". A new window will show up displaying the traces in a

{{< figure src="images/jaeger_flow_compare.png" width=700 caption="Web UI with new item" >}}

Of course this also makes a lot of sense to compare multiple traces of exactly the same invocation type at different times. Hope you like this!
Of course this also makes a lot of sense to compare multiple traces of exactly the same invocation type at different times. Hope you like this!

# Metrics

0 comments on commit 29d8899

Please sign in to comment.