<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DQL - Conditional Alerting in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Conditional-alerting-in-DQL/m-p/222030#M3760</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/29962"&gt;@CTull&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To best of my knowledge this should be possible.&lt;/P&gt;&lt;P&gt;Within workflows you have access to davis events. So you can set up a workflow with a time interval trigger to check if the conditions are met.&lt;/P&gt;&lt;P&gt;The question is if your two ingested metrics are available on Grail, you can check it out in our help:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail" target="_blank"&gt;https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in the metrics explorer all metrics are flagged, if they are available on grail or not. If your 2 metrics are not yet available on grail, you could access them via the API or even via the &lt;A href="https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail" target="_blank"&gt;query function of the metrics client&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Disabling and enabling problem notifications settings is also possible via api and the&amp;nbsp;&lt;A href="https://developer.dynatrace.com/reference/sdks/client-classic-environment-v2/#putsettingsobjectbyobjectid" target="_blank"&gt;putSettingsObjectByObjectId function of the settingsObjectClient&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;In case you have a services engagement or a dedicated product specialists, you can reach out to them to help you with the configuration.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 12:45:33 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-08-31T12:45:33Z</dc:date>
    <item>
      <title>Conditional alerting in DQL</title>
      <link>https://community.dynatrace.com/t5/Alerting/Conditional-alerting-in-DQL/m-p/221936#M3759</link>
      <description>&lt;P&gt;I have a use case for our Command Center.&lt;/P&gt;
&lt;P&gt;For example we have ingested two metrics, Metric1 and Metric2.&lt;/P&gt;
&lt;P&gt;The case for this is to generate a workflow that is conditional.&amp;nbsp; Logic for the flow of the use case.&lt;/P&gt;
&lt;P&gt;If event.name == "Title Of Custom Event" is OPEN&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enable Problem Integration "Conditional Alarm Event to Service Now" using an API call.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be something like this:&lt;/P&gt;
&lt;P&gt;fetch events, from:-30m&lt;BR /&gt;| filter event.name == "Title Of Custome Event"&amp;nbsp; IS open&lt;/P&gt;
&lt;P&gt;Then Enable Problem Integration to send events to trigger incidents for call out to support teams.&lt;/P&gt;
&lt;P&gt;IF false then Disable Problem Integration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are doing this as we only want visibility to an issue ONLY when a specific problem is met.&lt;/P&gt;
&lt;P&gt;The reason why is this is only impactful when Metri1 and Metric2 reach a web traffic count of 1 million users.&amp;nbsp; This triggers alerts to be more sensitive for custom metric events.&amp;nbsp; We normally do nothing with these events when customer usage is low.&amp;nbsp; However, when customer usage is high we want the other alarms to start sending notifications when 5 custom events start triggering a failure rate over 5% in their api calls.&amp;nbsp; This problem will stay open as long as Title Of Custom event is open.&amp;nbsp; As soon as this problem goes away (When user activity drops below 1 million disable the integration by api call.&amp;nbsp; Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 11:18:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Conditional-alerting-in-DQL/m-p/221936#M3759</guid>
      <dc:creator>CTull</dc:creator>
      <dc:date>2023-11-23T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: DQL - Conditional Alerting</title>
      <link>https://community.dynatrace.com/t5/Alerting/Conditional-alerting-in-DQL/m-p/222030#M3760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/29962"&gt;@CTull&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To best of my knowledge this should be possible.&lt;/P&gt;&lt;P&gt;Within workflows you have access to davis events. So you can set up a workflow with a time interval trigger to check if the conditions are met.&lt;/P&gt;&lt;P&gt;The question is if your two ingested metrics are available on Grail, you can check it out in our help:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail" target="_blank"&gt;https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in the metrics explorer all metrics are flagged, if they are available on grail or not. If your 2 metrics are not yet available on grail, you could access them via the API or even via the &lt;A href="https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics-on-grail" target="_blank"&gt;query function of the metrics client&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Disabling and enabling problem notifications settings is also possible via api and the&amp;nbsp;&lt;A href="https://developer.dynatrace.com/reference/sdks/client-classic-environment-v2/#putsettingsobjectbyobjectid" target="_blank"&gt;putSettingsObjectByObjectId function of the settingsObjectClient&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;In case you have a services engagement or a dedicated product specialists, you can reach out to them to help you with the configuration.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 12:45:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Conditional-alerting-in-DQL/m-p/222030#M3760</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-08-31T12:45:33Z</dc:date>
    </item>
  </channel>
</rss>

