Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project (almost) finished #7

Merged
merged 24 commits into from
Jun 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pushed to docker hub
  • Loading branch information
vivoit00 committed Jun 16, 2024
commit ab750a93cd68b2900b157427ac9ec8fab2d16c2b
18 changes: 1 addition & 17 deletions sample/otel-in-action/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ services:
- POSTGRES_DB=mydb

todobackend-django:
build:
context: ./todobackend_django
dockerfile: Dockerfile
image: vivoit0000/todo_backend
networks:
- todonet
ports:
Expand Down Expand Up @@ -47,20 +45,6 @@ services:
- OTEL_METRICS_EXPORTER=otlp,logging-otlp
- OTEL_LOGS_EXPORTER=none

todoui-flask:
image: maeddes/todoui-flask:v2404
build:
context: ./todoui-flask
networks:
- todonet
ports:
- "5001:5000"
environment:
- BACKEND_URL=http:https://todobackend-django:8080/
- OTEL_EXPORTER_OTLP_ENDPOINT=otelcol:4317
- OTEL_RESOURCE_ATTRIBUTES=service.name=todoui-flask
- OTEL_METRICS_EXPORTER=otlp

loadgenerator:
image: generator:v0.1
build:
Expand Down