<?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 Is it possible to get timeseries data of specific Java method from API? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85330#M371</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you tell me whether it is possible to get timeseries data(especially duration) of specific Java method from API? &lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Noah&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Aug 2018 04:45:20 GMT</pubDate>
    <dc:creator>nkobayashi1</dc:creator>
    <dc:date>2018-08-02T04:45:20Z</dc:date>
    <item>
      <title>Is it possible to get timeseries data of specific Java method from API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85330#M371</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you tell me whether it is possible to get timeseries data(especially duration) of specific Java method from API? &lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Noah&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2018 04:45:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85330#M371</guid>
      <dc:creator>nkobayashi1</dc:creator>
      <dc:date>2018-08-02T04:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get timeseries data of specific Java method from API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85331#M372</link>
      <description>&lt;P&gt;With a Java method you most likely mean a web request service method? If yes you can subscribe them as a 'key transaction' and then you get the metrics for that specific method through the timeseries API by selecting any of the 'servicemethod' related timeseries ids. &lt;/P&gt;&lt;P&gt;As there are:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.client_side_requests&lt;/TD&gt;&lt;TD&gt;Service method client-side requests&lt;/TD&gt;&lt;TD&gt;Count (count)&lt;/TD&gt;&lt;TD&gt;COUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.clientsidefailurerate&lt;/TD&gt;&lt;TD&gt;Client side error count&lt;/TD&gt;&lt;TD&gt;Percent (%)&lt;/TD&gt;&lt;TD&gt;AVG, SUM, MIN, MAX&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.errorcounthttp4xx&lt;/TD&gt;&lt;TD&gt;HTTP 4xx error count&lt;/TD&gt;&lt;TD&gt;Count (count)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.errorcounthttp5xx&lt;/TD&gt;&lt;TD&gt;HTTP 5xx error count&lt;/TD&gt;&lt;TD&gt;Count (count)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.requests&lt;/TD&gt;&lt;TD&gt;Service method requests&lt;/TD&gt;&lt;TD&gt;Count (count)&lt;/TD&gt;&lt;TD&gt;COUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.requestspermin&lt;/TD&gt;&lt;TD&gt;Service method requests per minute&lt;/TD&gt;&lt;TD&gt;PerMinute (count/min)&lt;/TD&gt;&lt;TD&gt;COUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.responsetime&lt;/TD&gt;&lt;TD&gt;Method response time&lt;/TD&gt;&lt;TD&gt;MicroSecond (µs)&lt;/TD&gt;&lt;TD&gt;AVG, SUM, MIN, MAX, MEDIAN, PERCENTILE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.server_side_requests&lt;/TD&gt;&lt;TD&gt;Service method server-side requests&lt;/TD&gt;&lt;TD&gt;Count (count)&lt;/TD&gt;&lt;TD&gt;COUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;com.dynatrace.builtin:servicemethod.serversidefailurerate&lt;/TD&gt;&lt;TD&gt;Server side error count&lt;/TD&gt;&lt;TD&gt;Percent (%)&lt;/TD&gt;&lt;TD&gt;AVG, SUM, MIN, MAX&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:57:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85331#M372</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2018-08-02T05:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get timeseries data of specific Java method from API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85332#M373</link>
      <description>&lt;P&gt;I mean that any methods that the customer wants to get not only web request service method.&lt;BR /&gt;Is it possible?&lt;BR /&gt;Anyway, your answer is helpful.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2018 06:28:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-it-possible-to-get-timeseries-data-of-specific-Java-method/m-p/85332#M373</guid>
      <dc:creator>nkobayashi1</dc:creator>
      <dc:date>2018-08-02T06:28:52Z</dc:date>
    </item>
  </channel>
</rss>

