<?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 Determine Start Time in DQL Queries for Accurate Analysis in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283952#M2460</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the following two queries and wondering what is the difference:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch spans
| makeTimeseries sum(duration)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;fetch spans
| makeTimeseries sum(duration), time:start_time&lt;/LI-CODE&gt;
&lt;P&gt;I tried both in Playground, but I can’t see any difference. I also thought about using a join command to compare the responses, but I don’t see which column I could use for the join. According to the documentation:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;time	

expression
	
The expression that provides the timestamp for a record, which will be assigned to a series bucket. If the current data does not contain a field timestamp the parameter needs to be specified, referencing the time field. The default value is timestamp. If the timestamp field doesn't exist, the second default value is start_time.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;e.g. the parameter needs to be specified if there is no column timestamp.&lt;/P&gt;
&lt;P&gt;In the case of the spans, I don't see timestamp column, but it seem that the query still works without specifying time:start_time.&lt;/P&gt;
&lt;P&gt;This questions comes from the DQL course in the university, this is the exact task:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Evaluating Data over time

The operations team is starting to suspect some of these are being caused by long request times. Modify the below query to display maximum duration of spans over time.

HINT: use the time:start_time argument to set which timestamp is used for the timeseries.&lt;/LI-CODE&gt;
&lt;P&gt;The query from which we have to start is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch spans&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 09:12:05 GMT</pubDate>
    <dc:creator>deni</dc:creator>
    <dc:date>2026-01-02T09:12:05Z</dc:date>
    <item>
      <title>Determine Start Time in DQL Queries for Accurate Analysis</title>
      <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283952#M2460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the following two queries and wondering what is the difference:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch spans
| makeTimeseries sum(duration)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;fetch spans
| makeTimeseries sum(duration), time:start_time&lt;/LI-CODE&gt;
&lt;P&gt;I tried both in Playground, but I can’t see any difference. I also thought about using a join command to compare the responses, but I don’t see which column I could use for the join. According to the documentation:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;time	

expression
	
The expression that provides the timestamp for a record, which will be assigned to a series bucket. If the current data does not contain a field timestamp the parameter needs to be specified, referencing the time field. The default value is timestamp. If the timestamp field doesn't exist, the second default value is start_time.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;e.g. the parameter needs to be specified if there is no column timestamp.&lt;/P&gt;
&lt;P&gt;In the case of the spans, I don't see timestamp column, but it seem that the query still works without specifying time:start_time.&lt;/P&gt;
&lt;P&gt;This questions comes from the DQL course in the university, this is the exact task:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Evaluating Data over time

The operations team is starting to suspect some of these are being caused by long request times. Modify the below query to display maximum duration of spans over time.

HINT: use the time:start_time argument to set which timestamp is used for the timeseries.&lt;/LI-CODE&gt;
&lt;P&gt;The query from which we have to start is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch spans&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 09:12:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283952#M2460</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2026-01-02T09:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly what time:start_time do?</title>
      <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283955#M2462</link>
      <description>&lt;P&gt;It looks like documentation unclear. IMHO it should sound like :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If the current data does not contain a field timestamp or field start_time the parameter needs to be specified&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now it is explained in additional sentence:&lt;/P&gt;&lt;PRE&gt;If the timestamp field doesn't exist, the second default value is start_time.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Aug 2025 18:23:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283955#M2462</guid>
      <dc:creator>krzysztof_hoja</dc:creator>
      <dc:date>2025-08-17T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly what time:start_time do?</title>
      <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283956#M2463</link>
      <description>&lt;P&gt;I suppose this means the HINT is also not correct? For example, as I suspected, the result is the same with or without time:start_time (since when timestamp is missing, the default becomes start_time).&lt;/P&gt;&lt;P&gt;I assume this parameter is only useful in cases where both timestamp and start_time exist. Do you maybe have an example of such a case?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Aug 2025 18:43:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/283956#M2463</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-08-17T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly what time:start_time do?</title>
      <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/291710#M2909</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/90225"&gt;@deni&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 13:21:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/291710#M2909</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-12-17T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly what time:start_time do?</title>
      <link>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/292275#M2984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67399"&gt;@IzabelaRokita&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My last question is still opened ...&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 10:46:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Determine-Start-Time-in-DQL-Queries-for-Accurate-Analysis/m-p/292275#M2984</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-12-30T10:46:01Z</dc:date>
    </item>
  </channel>
</rss>

