This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Description hi
I was unable to see events.
The docker console shows:
notes | ERROR:ddtrace.internal.writer.writer:failed to send, dropping 1 traces to intake at http://datadog:8126/v0.5/traces after 3 retries
Steps to reproduce
clone repo
git clone https://github.com/DataDog/apm-tutorial-python.git
add key and eu
# .apm-tutorial-python/docker/containers/solution/docker-compose.yaml
...
services:
datadog:
container_name: dd-agent
image: "gcr.io/datadoghq/agent:latest"
environment:
+ - DD_API_KEY=changeme
+ - DD_SITE=datadoghq.eu # Defaults to 'datadoghq.com'. Customers outside North America should use their correct Datadog Domain
- DD_APM_ENABLED=true # Enable APM
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /proc/:/host/proc/:ro
- /sys/fs/cgroup/:/host/sys/fs/cgroup:ro
build and run
docker-compose -f docker/containers/solution/docker-compose.yaml up db notes_app
check events explorer - https://app.datadoghq.eu/event/explorer
In console I see:
notes | ERROR:ddtrace.internal.writer.writer:failed to send, dropping 2 traces to intake at http://datadog:8126/v0.5/traces after 3 retries
Reactions are currently unavailable
hi
I was unable to see events.
The docker console shows:
Steps to reproduce
git clone https://github.com/DataDog/apm-tutorial-python.gitdocker-compose -f docker/containers/solution/docker-compose.yaml up db notes_appcheck events explorer - https://app.datadoghq.eu/event/explorer
In console I see: