<?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: How to retrieve process level metrics using REST API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110157#M1608</link>
    <description>&lt;P&gt;To receive process level metrics use our /timeseries API and choose one of the pgi (Process) related timeseries, such as 'com.dynatrace.builtin:pgi.cpu.usage'.&lt;/P&gt;&lt;P&gt;You can find some more documentation within our help system:&lt;/P&gt;&lt;P&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment/timeseries-api/&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Dec 2018 07:04:50 GMT</pubDate>
    <dc:creator>wolfgang_beer</dc:creator>
    <dc:date>2018-12-10T07:04:50Z</dc:date>
    <item>
      <title>How to retrieve process level metrics using REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110156#M1607</link>
      <description>&lt;P&gt;How to retrieve process level metrics using REST API&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 07:52:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110156#M1607</guid>
      <dc:creator>vineel2962</dc:creator>
      <dc:date>2021-12-10T07:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve process level metrics using REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110157#M1608</link>
      <description>&lt;P&gt;To receive process level metrics use our /timeseries API and choose one of the pgi (Process) related timeseries, such as 'com.dynatrace.builtin:pgi.cpu.usage'.&lt;/P&gt;&lt;P&gt;You can find some more documentation within our help system:&lt;/P&gt;&lt;P&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment/timeseries-api/&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2018 07:04:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110157#M1608</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2018-12-10T07:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve process level metrics using REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110158#M1609</link>
      <description>&lt;P&gt;Here you can get process group list:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment/topology-and-smartscape-api/topology-smartscape-api-process-groups/"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment/topology-and-smartscape-api/topology-smartscape-api-process-groups/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here you will get process list:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment/topology-and-smartscape-api/topology-smartscape-api-processes/"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment/topology-and-smartscape-api/topology-smartscape-api-processes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here in tineseries api you have list of available metrics.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/api-metrics#available-metrics-"&gt;https://www.dynatrace.com/support/help/shortlink/api-metrics#available-metrics-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can use time series api to send entities and metrics you need to Dynatrace server and you should get results.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2018 07:07:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110158#M1609</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2018-12-10T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve process level metrics using REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110159#M1610</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info. That was useful. &lt;/P&gt;&lt;P&gt;I also need to get code level (method level) metrics for .NET processes. Can this be achieved by REST API. If so, please suggest which api needs to be used to accomplish this .&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2018 16:59:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110159#M1610</guid>
      <dc:creator>vineel2962</dc:creator>
      <dc:date>2018-12-10T16:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve process level metrics using REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110160#M1611</link>
      <description>&lt;P&gt;If by code level you mean data from purepaths, it's impossible. The only metrics you can have are those from Timeseries API. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2018 17:42:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-retrieve-process-level-metrics-using-REST-API/m-p/110160#M1611</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2018-12-10T17:42:00Z</dc:date>
    </item>
  </channel>
</rss>

