<?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: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286219#M2601</link>
    <description>&lt;P&gt;When you don't want a calculated service metric, you need query spans in DQL. (or bizevent - if you defined capturing). All has pros and cons. See table below&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&lt;STRONG&gt;Pros&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&lt;STRONG&gt;Cons&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;Calculated service metric&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;No additional cost for queries&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;Works on captured traces (might not be 100% accurate)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;Fetch spans&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;More flexibility in queries&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;Additional cost with queries.&lt;BR /&gt;Works on captured traces (might not be 100% accurate)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="222px"&gt;Bizevents&lt;/TD&gt;&lt;TD height="222px"&gt;Accurate - works with 100% of requests, regardless of sampling (yes some limits for very high volume services apply)&lt;/TD&gt;&lt;TD height="222px"&gt;Technology must be supported for OneAgent bizevent capture.&lt;BR /&gt;Additional cost with queries on raw bizevents using DQL - but can be eliminated by metrics from bizevents.&lt;BR /&gt;Can't capture response time of the request - &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Duration-field-in-Bizevents/idi-p/279384" target="_self"&gt;product idea&lt;/A&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Tue, 16 Sep 2025 19:26:46 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-09-16T19:26:46Z</dc:date>
    <item>
      <title>Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286045#M2590</link>
      <description>&lt;P&gt;I have a java application with bunch of API end points and each end point has a unique identifier in the HTTP header header ( for example : sourceID as one identifier in the request header).&amp;nbsp; Whats the best way to get the&amp;nbsp; request count ( as time series data ) for each endpoint using service name and HTTP header attributes ?&lt;/P&gt;&lt;P&gt;In this case :&lt;/P&gt;&lt;P&gt;my service name = XYX_Service&lt;/P&gt;&lt;P&gt;Endpoint&amp;nbsp; = processRequest&lt;/P&gt;&lt;P&gt;URL path&amp;nbsp; = /api/my_request&lt;/P&gt;&lt;P&gt;HTTP request header attribute sourceID =abc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 16:13:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286045#M2590</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-15T16:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286063#M2591</link>
      <description>&lt;P&gt;You could enable the business events capture for these requests, and extract the HTTP header as attribute, then you can easily summarize it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing#examples-of-data-capture-from-requests-and-responses" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing#examples-of-data-capture-from-requests-and-responses&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, you could create a request attribute from classic settings, and create a calculated service metric from MDA app, using the created request attribute as dimension.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/applications-and-microservices/services/request-attributes/capture-request-attributes-based-on-web-request-data#request-attribute-rules" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/applications-and-microservices/services/request-attributes/capture-request-attributes-based-on-web-request-data#request-attribute-rules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/applications-and-microservices/multidimensional-analysis#calculated-service-metric" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/applications-and-microservices/multidimensional-analysis#calculated-service-metric&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 20:26:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286063#M2591</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2025-09-15T20:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286066#M2592</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&amp;nbsp;Yes we enabled those business events to capture business level metrics but we're not able to capture response times, failures and request counts via business events unless we're missing some additional steps in&amp;nbsp;business events config.&lt;/P&gt;&lt;P&gt;From classic setting page, we have a request attribute rule to capture those headers ( using HTTP Request header as attribute source ) but those&amp;nbsp;&lt;SPAN&gt;request attribute are not showing up as dimension although we have some traffic. Not sure what the issue was and whats causing it not to show up.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 21:05:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286066#M2592</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-15T21:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286068#M2593</link>
      <description>&lt;P&gt;Just to add , From&amp;nbsp;&lt;SPAN&gt;classic setting page, with&amp;nbsp;request attribute rule, Dynatrace shows ( Under Explore view ) those attributes under HTTP Headers as opposed to showing it under Request attributes. This is preventing us to&amp;nbsp;create a calculated service metric using those dimensions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 21:30:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286068#M2593</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-15T21:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286092#M2594</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18869"&gt;@Butchi&lt;/a&gt;&amp;nbsp; can you share a screenshot? If can see request attributes on the service, you can define it in the calculated service metric:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1758009467430.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30083i37B9D444AC734DB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1758009467430.png" alt="Julius_Loman_0-1758009467430.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can also try to "reload" the Dynatrace UI (refresh the page), if the request attribute is newly defined, it might not be yet visible.&lt;BR /&gt;&lt;BR /&gt;The most straightforward path is using the multidimensional analysis for the service, use the request attribute for splitting and then if the values are as expected, create a metric:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_1-1758009708584.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30084i1C98CD13A948DCD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_1-1758009708584.png" alt="Julius_Loman_1-1758009708584.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:01:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286092#M2594</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-09-16T08:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286103#M2595</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;if you can see the header under HTTP Headers in Explore, it means the OneAgent is capturing it.&lt;BR /&gt;However, for it to be available as a &lt;STRONG&gt;dimension&lt;/STRONG&gt; (for Calculated Service Metrics or DQL), it must first be converted into a &lt;STRONG&gt;Request Attribute&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Here’s what you should check:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Verify the Request Attribute configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go to &lt;EM&gt;Settings → Server-side service monitoring → Request attributes&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensure the rule applies to the correct service (XYX_Service) or process group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Make sure the data source is set to &lt;STRONG&gt;HTTP request header&lt;/STRONG&gt; and the header name matches exactly (sourceID).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Choose a proper extraction type (usually &lt;EM&gt;First value&lt;/EM&gt;).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Wait for propagation&lt;/STRONG&gt;&lt;BR /&gt;Request Attributes are calculated by the OneAgent. After saving the rule, allow a few minutes for the config to propagate and generate new traffic – attributes are not calculated retroactively.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Validate in MDA&lt;/STRONG&gt;&lt;BR /&gt;Open &lt;EM&gt;Multidimensional analysis&lt;/EM&gt; for the service, try “Split by → Request attribute → sourceID”.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If you see values, the RA works and you can now create a Calculated Service Metric from it.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not, enable Request Attribute debug logs in OneAgent to verify extraction.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Then create the Calculated Service Metric&lt;/STRONG&gt;&lt;BR /&gt;In MDA, click “Create metric” with the Request Attribute as dimension.&lt;BR /&gt;&lt;BR /&gt;Could you share a screenshot of your &lt;STRONG&gt;Request Attribute configuration&lt;/STRONG&gt;?&lt;BR /&gt;That will help confirm whether the setup matches the service and header correctly.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 16 Sep 2025 09:07:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286103#M2595</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-16T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286202#M2596</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42367"&gt;@t_pawlak&lt;/a&gt;&amp;nbsp; &amp;amp; &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;Thank you. Yes those settings are defined as mentioned in your steps. I think I found the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how my header looks like&lt;/P&gt;&lt;P&gt;accept: */*&lt;/P&gt;&lt;P&gt;source-id:QTR&lt;/P&gt;&lt;P&gt;content-length:2415&lt;/P&gt;&lt;P&gt;content-type: application/json&lt;/P&gt;&lt;P&gt;in my RA rule , I have "HTTP Request header"&amp;nbsp;as my request attribute source and then parameter name defined as "&lt;SPAN&gt;source-id:" ( with column at the end ) and for some reason Dynatrace didn't like ":" so I went a head and removed it and request attributed are picking up and showing in MDA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;one final question - is there way to query time series data using those request attributes as filters ? I do not want to use fetch spans in this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 17:00:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286202#M2596</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-16T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286213#M2597</link>
      <description>&lt;P&gt;Sure, when you create your calculated service metric, it will have the dimension (just a single one) you specified. So you can query it in both Dashboards and Dashboards classic.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 18:57:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286213#M2597</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-09-16T18:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286215#M2598</link>
      <description>&lt;P&gt;Calculated Service Metric (CSM) from MDA&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Multidimension Anlaysys for your service, split by your Request Attribute source-id and pick the measure you want (e.g., request count, response time).&lt;/P&gt;&lt;P&gt;Click Create metric, and include the Request Attribute as a dimension in the metric definition&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:01:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286215#M2598</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-16T19:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286217#M2599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42367"&gt;@t_pawlak&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;Yes I agree and&amp;nbsp; we can query Calculated Service Metrics (CSM) generated from MDA . However I'm thing about using requestAttribute as a filter in my DQL instead of going with&amp;nbsp;Calculated Service Metric route. is that possible ? something like give me all request count where dt.serviceName=myService and&amp;nbsp;&lt;SPAN&gt;source-id=XYZ&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:15:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286217#M2599</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-16T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286218#M2600</link>
      <description>&lt;P&gt;You can’t directly use a Request Attribute as a filter in a metric query unless you’ve turned it into a dimension of a metric first.&lt;BR /&gt;Request Attributes are available as fields in trace/span data, so you can use them with fetch spans like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch spans
| filter service.name == "myService"
  and requestAttribute."source-id" == "XYZ"
| summarize count()&lt;/LI-CODE&gt;&lt;P&gt;But i not recommended this option&lt;/P&gt;&lt;P&gt;In metric queries (timeseries), request attributes aren’t exposed by default as dimensions.&lt;BR /&gt;To filter by them in a metric query, you need to create a Calculated Service Metric (CSM) with the request attribute included as a dimension.&lt;BR /&gt;Then you can query time series data like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries req = sum(m:calc:service.requests.by_source_id), by: {dt.entity.service, source_id}
| filter dt.entity.service == "SERVICE-XXXXXXXXXXXXXXX" and source_id == "XYZ"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:21:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286218#M2600</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-16T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286219#M2601</link>
      <description>&lt;P&gt;When you don't want a calculated service metric, you need query spans in DQL. (or bizevent - if you defined capturing). All has pros and cons. See table below&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&lt;STRONG&gt;Pros&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="30px"&gt;&lt;STRONG&gt;Cons&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;Calculated service metric&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;No additional cost for queries&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="57px"&gt;Works on captured traces (might not be 100% accurate)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;Fetch spans&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;More flexibility in queries&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="85px"&gt;Additional cost with queries.&lt;BR /&gt;Works on captured traces (might not be 100% accurate)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="222px"&gt;Bizevents&lt;/TD&gt;&lt;TD height="222px"&gt;Accurate - works with 100% of requests, regardless of sampling (yes some limits for very high volume services apply)&lt;/TD&gt;&lt;TD height="222px"&gt;Technology must be supported for OneAgent bizevent capture.&lt;BR /&gt;Additional cost with queries on raw bizevents using DQL - but can be eliminated by metrics from bizevents.&lt;BR /&gt;Can't capture response time of the request - &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Duration-field-in-Bizevents/idi-p/279384" target="_self"&gt;product idea&lt;/A&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:26:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286219#M2601</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-09-16T19:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286220#M2602</link>
      <description>&lt;P&gt;Got it thanks for the info. Unfortunately we don't DT have license for spans and have a need to capture response time for all service metrics. so it sounds like CSM is the only option. thank you all for your inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:35:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286220#M2602</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-16T19:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286221#M2603</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42367"&gt;@t_pawlak&lt;/a&gt;&amp;nbsp;. We don't have a license for spans so CSM is the only option. will try your time series query using CSM, thanks for your help and really appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:38:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286221#M2603</guid>
      <dc:creator>Butchi</dc:creator>
      <dc:date>2025-09-16T19:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query request count ( time series data ) using HTTP headers / attributes in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286222#M2604</link>
      <description>&lt;P&gt;Yes, then you are most likely left with calculated service metric.&amp;nbsp;&lt;BR /&gt;Bizevents might be interesting approach too in your case - but it depends on the technologies used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:38:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-request-count-time-series-data-using-HTTP-headers/m-p/286222#M2604</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-09-16T19:38:32Z</dc:date>
    </item>
  </channel>
</rss>

