<?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: SLO: Assigning Different Score Weights Based on Response Time in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266090#M1964</link>
    <description>&lt;P&gt;Would this work?&amp;nbsp;&lt;A href="https://www.dynatrace.com/news/blog/slo-service-creating-global-slos/" target="_blank"&gt;https://www.dynatrace.com/news/blog/slo-service-creating-global-slos/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2024 15:29:02 GMT</pubDate>
    <dc:creator>PacoPorro</dc:creator>
    <dc:date>2024-12-23T15:29:02Z</dc:date>
    <item>
      <title>SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266088#M1963</link>
      <description>&lt;P&gt;Good afternoon, community,&lt;/P&gt;&lt;P&gt;I would like to create an SLO based on response time with a graded scoring system rather than a binary approach. Specifically, the logic should function as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Response Time &amp;gt; 700ms&lt;/STRONG&gt;: Score = 0&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response Time between 700ms and 500ms&lt;/STRONG&gt;: Score = 0.8&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response Time &amp;lt; 500ms&lt;/STRONG&gt;: Score = 1 (100%)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is it possible to implement this logic in a SLO?&lt;/P&gt;&lt;P&gt;Thank you in advance for your guidance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 15:10:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266088#M1963</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-12-23T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266090#M1964</link>
      <description>&lt;P&gt;Would this work?&amp;nbsp;&lt;A href="https://www.dynatrace.com/news/blog/slo-service-creating-global-slos/" target="_blank"&gt;https://www.dynatrace.com/news/blog/slo-service-creating-global-slos/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 15:29:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266090#M1964</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-12-23T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266093#M1965</link>
      <description>&lt;P&gt;Similar way of thinking but not exactly this.&lt;BR /&gt;Assign different weight within the same service SLO would be the goal:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;For example:&lt;/EM&gt;&lt;BR /&gt;Within the same service you define one performance SLO, and within that you assign different weights.&lt;BR /&gt;&lt;SPAN&gt;X% of the request below 500 milliseconds (ms). --&amp;gt; w =1 (success)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;X% of the request between 500 and 700 milliseconds (ms). --&amp;gt; w =0.8 (mild success)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;X% of the request above 700 milliseconds (ms). --&amp;gt; w =0 (not successful)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 15:54:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266093#M1965</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-12-23T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266137#M1966</link>
      <description>&lt;P&gt;Try creating 3 slo -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;under500&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;under700&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;above700&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Each SLO will create a metric func:sloxxxx&lt;BR /&gt;&lt;BR /&gt;create a new SLO using this 3 metrics (1*slo-under500 + 0.8*slounder700 + 0*sloabove700)/3&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 08:18:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266137#M1966</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-12-24T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266173#M1967</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4804"&gt;@y_buccellato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per Dynatrace docs, and provided guidance by&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/slo-basics" target="_blank"&gt;https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/slo-basics&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/configure-and-monitor-slo" target="_blank"&gt;https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/configure-and-monitor-slo&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/slo-definition-configuration-examples" target="_blank"&gt;https://docs.dynatrace.com/docs/deliver/service-level-objectives-classic/slo-definition-configuration-examples&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can proceed with the suggested&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; solution&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 04:45:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/266173#M1967</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-12-25T04:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: SLO: Assigning Different Score Weights Based on Response Time</title>
      <link>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/268193#M2008</link>
      <description>&lt;P&gt;This is a viable solution and will accept it although it leads to the creation of multiple SLO instead of a single one (which was my ideal set up - to not create too many config instead just have one config, very efficient including all the logic)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 08:19:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/SLO-Assigning-Different-Score-Weights-Based-on-Response-Time/m-p/268193#M2008</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2025-01-23T08:19:59Z</dc:date>
    </item>
  </channel>
</rss>

