Alerting
Questions about alerting and problem detection in Dynatrace.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Metric Event Problem Creation Merge Threshold

Troy
Participant

Hello,

I am having an issue with some Metric Events Ive created for cpu / mem on specific management zones.
I want a problem to only trigger when its above the threshold once - But currently if its 95.1% it creates and problem and if it goes up to 95.2% it creates another.

Selecting to allow merge helps but that changes the title in the problem viewer to "Multiple Infrastructure Problems"

So is there a way to only trigger once if above threshold or keep the original title of the event if merging is on.

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I would avoid to create custom metric events for CPU or Memory since they are covered by anomaly detection. You can modify host or host group anomaly detection settings.

Which use case you have?

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Unfortunately the Environment wide / Hostgroup wide setting for the out the of the box CPU / MEM monitors is not sufficient for us. We need finer control using Management zones and we need an array of properties sent through our integration so we need to use Metrics Event / Anomaly Detection for our monitors.

Hi,

Which metric event have you created for CPU? Can you share it?

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

t_pawlak
Leader

Hi,
this looks like expected metric event behavior. If Allow merge is disabled, each subsequent event trigger can create a new problem. If Allow merge is enabled, Davis will try to merge those events into an existing problem, but then the problem title in the UI often becomes more generic, such as “Multiple Infrastructure Problems.” The documentation doesn’t indicate a setting that would both preserve the original event title and prevent additional problems from being created for repeated breaches of the same threshold.

here is documentation with schema tables
Settings API - Metric events schema table 

Featured Posts