Hello, We would like to know how everyone is handling Alerts/Notification after a maintenance window. To be more specific, here is our situation - We have a standard maintenance window where any e...
Problem Notification via Custom Webhook Service:
1. DT managed one-node cluster.
2. Webhook running on the same node.
3. Webhook can pull Notifications with Proxy on and off (use the ...
I need to create an alert for the failed distributed traces for this service as attached below
I've specified the failed only and the amount of time it exceeds to be alerted on.
appreciate ...
Re-asking question posted here: Solved: Dynatrace using AWS SNS for notification. - Dynatrace Community in case there are any updates. Is there anything out of the box or any recommended method for t...
Hi, I'm trying to create an alert (metric event) based on the average value of a builtin metric (eg: builtin:containers.cpu.usageMilliCores) in last X days using metric selector. How can time be pa...
Dear Team,
Against the JVM node, we received a high thread count alert, in Dynatrace, we do see that the JVM thread count went up to 15k. Is there a way to go back and check what each thread was do...
Hello,
Is it possible to use metric dimensions as tag values?
Eg. If we use extension 2.0 custom metrics, say Palo Alto devices, I want to be able to tag the custom devices i.e. entities o...
Hi,
My requirement is to monitor a file in a Linux server which is daily created between 6:30 am and 6.40 am.
This means, daily a new file will be generated at 06:30 am. How to monitor this using...
Hello I try to do a metrics from dynatrace ingest this is my script :
top -b -n 1 -H -c | grep agent | awk '{ print "\ntest.cpu" "PID=",$1," pourcent.cpu=",$9 " " "cmd.arg=" $14}' | /opt/dynatra...
We have requirement to create health rule/problem notification for metric such as response time and transaction count with static thershold values.
For example, if transaction URL or webse...