<?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: Correspondence of data resolution of timeseries api to time frame in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112626#M619</link>
    <description>&lt;P&gt;HI, AURELIEN&lt;/P&gt;&lt;P&gt;Thank you for your comment, it is helpful me too.&lt;/P&gt;&lt;P&gt;Is it same as a time scale of custom chart?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kei&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 24 May 2019 05:14:32 GMT</pubDate>
    <dc:creator>kenichi_kunimot</dc:creator>
    <dc:date>2019-05-24T05:14:32Z</dc:date>
    <item>
      <title>Correspondence of data resolution of timeseries api to time frame</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112623#M616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we'd like to know which timeframe we should set corresponding to specific data resolution.&lt;/P&gt;&lt;P&gt;For example, I know I can get timeseries data for 1-min resolution if I call some timeseries API with "relativeTime=hour".&lt;/P&gt;&lt;P&gt;As this shows, when "relativeTime" is set as "hour", the resolution is 1 min.&lt;/P&gt;&lt;P&gt;In another sample, we can get 10-min resolution if we choose "day" for "relativeTime".&lt;/P&gt;&lt;P&gt;Thus, timeframe parameter(relativeTime/startTimestamp&amp;amp;endTimestamp) automatically determines data resolution.&lt;/P&gt;&lt;P&gt;Here, we would like to know, which timeframe we choose, which data retention we get.&lt;/P&gt;&lt;P&gt;Is there something like a table showing their correspondence?&lt;/P&gt;&lt;P&gt;Example like this: &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;timeframe&lt;/TD&gt;&lt;TD&gt;min&lt;/TD&gt;&lt;TD&gt;hour&lt;/TD&gt;&lt;TD&gt;day&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;dataresolution&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;1-min&lt;/TD&gt;&lt;TD&gt;1-min&lt;/TD&gt;&lt;TD&gt;10-min&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kohei&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:41:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112623#M616</guid>
      <dc:creator>kohei-saito</dc:creator>
      <dc:date>2019-01-28T06:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Correspondence of data resolution of timeseries api to time frame</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112624#M617</link>
      <description>&lt;P&gt;I didn't find any data about this. I think this is because each metrics can have different resolution in the same timeframe. So there should be such table for each of them or at least for groups. I think this is why you have field resolutionInMillisUTC in response which tells you about what you get.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 07:59:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112624#M617</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-28T07:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Correspondence of data resolution of timeseries api to time frame</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112625#M618</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have do some tests for my needeed.&lt;/P&gt;&lt;P&gt;In order to have the most granularity on your data points (1 minute resolution) you have to request your API with a time frame less than 2 hours.&lt;/P&gt;&lt;P&gt;If you do that the resolutions are the followings :&lt;/P&gt;&lt;P&gt;datapoints &amp;lt; 14days, resolution = 1 minute ("resolutionInMillisUTC":&lt;BR /&gt;60000)&lt;/P&gt;&lt;P&gt;14 days &amp;lt; datapoints &amp;lt; 1 month, resolution = 5 minutes ("resolutionInMillisUTC":&lt;BR /&gt;300000)&lt;/P&gt;&lt;P&gt;datapoints&amp;gt; 1 month, resolution = 1 Hour ("resolutionInMillisUTC": 3600000)&lt;/P&gt;&lt;P&gt;When your request the API with another timeframe (for datapoints &amp;lt; 14 days) :&lt;/P&gt;&lt;P&gt;Last hour :"resolutionInMillisUTC":&lt;BR /&gt;60000, (1 minute)&lt;/P&gt;&lt;P&gt;Last 2 hours :"resolutionInMillisUTC": 60000, (1&lt;BR /&gt;minute)&lt;/P&gt;&lt;P&gt;Last 3 hours :"resolutionInMillisUTC": 120000,(2 minutes)&lt;/P&gt;&lt;P&gt;Last 6 hours :"resolutionInMillisUTC": 180000,(3 minutes)&lt;/P&gt;&lt;P&gt;Last day :"resolutionInMillisUTC": 600000,(10 minutes)&lt;/P&gt;&lt;P&gt;I hope it will help some of you.&lt;/P&gt;&lt;P&gt;Regards, Aurélien.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 May 2019 09:05:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112625#M618</guid>
      <dc:creator>a_gravier</dc:creator>
      <dc:date>2019-05-10T09:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Correspondence of data resolution of timeseries api to time frame</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112626#M619</link>
      <description>&lt;P&gt;HI, AURELIEN&lt;/P&gt;&lt;P&gt;Thank you for your comment, it is helpful me too.&lt;/P&gt;&lt;P&gt;Is it same as a time scale of custom chart?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kei&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2019 05:14:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112626#M619</guid>
      <dc:creator>kenichi_kunimot</dc:creator>
      <dc:date>2019-05-24T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Correspondence of data resolution of timeseries api to time frame</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112627#M620</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I talked about the API data resolution for time series.&lt;/P&gt;&lt;P&gt;But if you talk about the resolution on the graphical view (custom chart or service view) , I have selected a custom timeframe with a duration of 3 hours and I have a point every 2 minutes, so it seems to be the same.&lt;/P&gt;&lt;P&gt;Regards Aurélien.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2019 08:35:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Correspondence-of-data-resolution-of-timeseries-api-to-time/m-p/112627#M620</guid>
      <dc:creator>a_gravier</dc:creator>
      <dc:date>2019-05-24T08:35:57Z</dc:date>
    </item>
  </channel>
</rss>

