<?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: Peak hour Search volume using API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81652#M354</link>
    <description>&lt;P&gt;Your request returned each MAX value for each of the hours within the series. If you would like to get a single value for max in a week you have to use parameter &lt;STRONG&gt;aggregationType=max&lt;/STRONG&gt; and &lt;STRONG&gt;queryMode=total&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jul 2018 05:38:47 GMT</pubDate>
    <dc:creator>wolfgang_beer</dc:creator>
    <dc:date>2018-07-16T05:38:47Z</dc:date>
    <item>
      <title>Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81649#M351</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a requirement to find the count of peak hour search volume. We used to have it in AppMon and we migrated to Dynatrace now and we are missing this function. Currently Dynatrace provides number of requests per minute but I'm not able to find hourly max kind of things. I tried with Dynatrace API and it's not working out as per my requirement.&lt;/P&gt;
&lt;P&gt;Can anyone help with this?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Muthu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 14:11:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81649#M351</guid>
      <dc:creator>muthukumar_peri</dc:creator>
      <dc:date>2021-05-25T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81650#M352</link>
      <description>&lt;P&gt;Hi Muthu,&lt;/P&gt;&lt;P&gt;Have you tried using the timeseries &lt;STRONG&gt;com.dynatrace.builtin:service.&lt;/STRONG&gt;&lt;STRONG&gt;requests &lt;/STRONG&gt;with the &lt;STRONG&gt;COUNT &lt;/STRONG&gt;aggregation?&lt;STRONG&gt; &lt;/STRONG&gt;This should give you the volume for the time-frame you want.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;NJ&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2018 19:16:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81650#M352</guid>
      <dc:creator>nj_njoku</dc:creator>
      <dc:date>2018-07-13T19:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81651#M353</link>
      <description>&lt;P&gt;Hi Ugochukwu,&lt;/P&gt;&lt;P&gt;Thank you for your reply. I'm trying with the same timeseries &lt;STRONG&gt;com.dynatrace.builtin:servicemethod.server_side_requests &lt;/STRONG&gt;with the aggregation as &lt;STRONG&gt;COUNT&lt;/STRONG&gt;. Along with that I'm including the &lt;STRONG&gt;relativeTime &lt;/STRONG&gt;as &lt;STRONG&gt;week&lt;/STRONG&gt;. It is returning the results on hourly basis. In the query I'm adding &lt;STRONG&gt;queryMode=max&lt;/STRONG&gt; to list only the max value but the filter is not returning only max instead lists values of all hours in that day. &lt;/P&gt;&lt;P&gt;I would like to list only the max count in a particular hour for that day. Is there anything you can suggest on this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Muthu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Jul 2018 16:15:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81651#M353</guid>
      <dc:creator>muthukumar_peri</dc:creator>
      <dc:date>2018-07-14T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81652#M354</link>
      <description>&lt;P&gt;Your request returned each MAX value for each of the hours within the series. If you would like to get a single value for max in a week you have to use parameter &lt;STRONG&gt;aggregationType=max&lt;/STRONG&gt; and &lt;STRONG&gt;queryMode=total&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 05:38:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81652#M354</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2018-07-16T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81653#M355</link>
      <description>&lt;P&gt;Hi Wolfgang, when I change the aggreationType=max and queryMode=total, the API is failing says &lt;EM&gt;"The aggregation type is not allowed for the given timeseries id."&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:57:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81653#M355</guid>
      <dc:creator>muthukumar_peri</dc:creator>
      <dc:date>2018-07-17T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Peak hour Search volume using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81654#M356</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Muthukumar P.,&lt;/P&gt;&lt;P&gt;For timeseries type &lt;STRONG&gt;requests &lt;/STRONG&gt;only &lt;STRONG&gt;aggregationType=COUNT &lt;/STRONG&gt;is available for &lt;STRONG&gt;Services &lt;/STRONG&gt;&lt;STRONG&gt;Built-in metrics&lt;/STRONG&gt;. That's why you have this error message. &lt;/P&gt;&lt;P&gt;I have investigate to find a solution for your request &lt;EM&gt;"&lt;/EM&gt;I would like to list only the max count in a particular hour for that day.&lt;EM&gt;".&lt;/EM&gt; In my opinion Dynatrace API don't give that possibility for the moment.&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:12:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Peak-hour-Search-volume-using-API/m-p/81654#M356</guid>
      <dc:creator>sjoly</dc:creator>
      <dc:date>2018-10-12T13:12:37Z</dc:date>
    </item>
  </channel>
</rss>

