09 Jun 2026 04:49 PM
Hi Team,
I have a simple lab application built on:
The PostgreSQL database is running as a Docker container service.
Environment details:
Observation:
Dynatrace is able to monitor the container metrics successfully
CPU usage
Memory usage
Container metrics
When I manually stop the PostgreSQL container, I can see the CPU/Memory metrics dropping to zero
However:
Dynatrace is not generating any Problem or Alert when the container goes down
Nothing appears under Problems/Alerts
I also tried:
Process Availability policy
Matching process using:
Executable
Command line
$contains(postgres)
But still no alert is generated when the container stops.
My expectation:
I would like to generate an alert/problem whenever the PostgreSQL container service becomes unavailable/down.
Questions:
Thanks,
selvam
09 Jun 2026 10:07 PM
For Kubernetes workloads, you probably want to alert on your Kubernetes data, in this case on Workload and setup the workload alerts for refine them.
For standalone containers (docker/podman), I'd recommend using process availability rules (Not sure why this is in classic section in the docs, it is available in Gen3).
10 Jun 2026 09:48 AM
it's standalone container (docker). i was trying to create the process availability rules. However, i was not able to save( there is no error).
please refer the attached screenshot in my question. will there any bug ? or am i missing something?
09 Jun 2026 08:11 PM
Hi Team,
I’m trying to create a Process Availability alert in Dynatrace for a PostgreSQL Docker container.
Dynatrace is already detecting the process/container correctly, and I can see it in the Processes view. But when I stop the container, no alert/problem gets generated.
I also tried creating a Process Availability Monitoring rule, but either:
Featured Posts