Dynatrace-AppMon-Docker icon indicating copy to clipboard operation
Dynatrace-AppMon-Docker copied to clipboard

The home of Dockerized components of the Dynatrace Application Monitoring enterprise solution.

Results 8 Dynatrace-AppMon-Docker issues
Sort by recently updated
recently updated
newest added

In the docker image called: dynatrace/agent there is a wrong file placed. Instead of the real file it has the github page saved when user BlazejT was logged in. The...

As Dynatrace AppMon 7.1 was released in April it would be nice to have a Docker image for the Dynatrace Collector (version 7.1). Edit: Just realised this repository is for...

Seeing the following errors while trying to spin up the containers. Is there a way to get rid of them ? dtcollector | 2020-03-16 18:19:16 INFO [Collector] Collector started. dtcollector...

Hi, I have been struggling for long time to make appmon work for my containerized applications and so far i had no luck. In my latest attempt when i run...

I'm trying to set this up under docker for windows on a win 10 machine and get an error: ```... Step 18/24 : COPY build/scripts/install-agent.sh /usr/bin ---> f58294c0e994 Step 19/24...

Hi all, I am following the instructions provided and while trying to start the java example seeing the following error 👎 Service "java" mounts volumes from "dtagent", which is not...

I was planning to use "dynatrace/agent" image as a base image for my Java application expecting it contains a Java 8 distribution. However the "dynatrace/agent" (7.0, latest) image doesn't contain...

For some obscure reason, I have to set CURL_INSECURE in each Dockerfile as it is not taken into account when specified in docker-compose.yml (tested by putting a RUN env in...