From 29d8899a6201072e0455d12ea4517588349368cb Mon Sep 17 00:00:00 2001 From: maeddes Date: Mon, 15 Apr 2024 10:05:41 +0000 Subject: [PATCH] metrics start --- labs/otel-in-action/docker-compose.yaml | 8 ++++---- tutorial/content/labs/use_case_scenarios/_index.md | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/labs/otel-in-action/docker-compose.yaml b/labs/otel-in-action/docker-compose.yaml index bde0e5f..06325d0 100644 --- a/labs/otel-in-action/docker-compose.yaml +++ b/labs/otel-in-action/docker-compose.yaml @@ -14,7 +14,7 @@ services: - POSTGRES_DB=mydb todobackend-springboot: - image: todobackend:v2402 + image: maeddes/todobackend-springboot:v2404 networks: - todonet build: @@ -37,7 +37,7 @@ services: - postgresdb todoui-thymeleaf: - image: todoui:otel + image: maeddes/todoui-thymeleaf:v2404 build: context: ./todoui-thymeleaf dockerfile: Dockerfile #-multistage @@ -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: @@ -70,7 +70,7 @@ services: - OTEL_METRICS_EXPORTER=otlp loadgenerator: - image: generator:v0.1 + image: maeddes/simple-generator:v2404 build: context: ./loadgenerator networks: diff --git a/tutorial/content/labs/use_case_scenarios/_index.md b/tutorial/content/labs/use_case_scenarios/_index.md index 7c58b80..35a486a 100644 --- a/tutorial/content/labs/use_case_scenarios/_index.md +++ b/tutorial/content/labs/use_case_scenarios/_index.md @@ -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! \ No newline at end of file +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 +