updated DD_API_KEY=, and also added DD_SITE=us5.datadoghq.com into docker-compose
fired up the services with docker-compose up
can hit the python app just fine with localhost:5000, but nothing is showing up in DataDog portal under AMP
in the logs, the datadog agent complains about the redis check
datadog-dc-datadog-1 | 2023-12-18 22:48:05 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:70 in Error) | check:redisdb
however I see reports of this being a known issue, and wouldn't affect pushing entries over to datadog
updated DD_API_KEY=, and also added DD_SITE=us5.datadoghq.com into docker-compose fired up the services with docker-compose up
can hit the python app just fine with localhost:5000, but nothing is showing up in DataDog portal under AMP
in the logs, the datadog agent complains about the redis check
datadog-dc-datadog-1 | 2023-12-18 22:48:05 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:70 in Error) | check:redisdb
however I see reports of this being a known issue, and wouldn't affect pushing entries over to datadog