Sorry, I may have expressed myself wrong, but in terms of container resources I can view them correctly, it's more a matter of apm viewing the requests, traces etc., I believe that datadog can't find the php PATH I'll put my Dockerfile and my Compose below if you want to test:
Has anyone implemented Datadog to monitor OpenLiteSpeed? I currently use Docker Compose in my environments, and the configuration was relatively simple for those using Apache. To do this, I added some environment variables to WordPress' docker-compose:
DD_SERVICE: "application-prd"
DD_ENV...
I really appreciate the help, I managed to solve it by adjusting some things in the Dockerfile, in the entrypoint.sh script and in Docker compose, it was just the volume mapping being done wrong and causing the folder on the host to be empty, leaving the folder in the container also empty
But I'm still having a problem when compose creates the volume on the host because when I access domain.com it gives 404 even though I'm mapping the vhost
Hello everyone, how are you? I hope so, I'm new to openlitespeed and I've already managed to create its image in the Dockerfile with the correct files and I've also uploaded some environments with Docker Compose, but I had some problems when trying to create a persistent volume, such as the...