<?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 can I plot purepaths in a custom chart? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126161#M1422</link>
    <description>&lt;P&gt;You didn’t mentioned that you have mobile app. You will not be able to use this option. You can create multidimensional analysis in service that will show for example response time vs parameter value. Next year there will be option to create custom metrics based on those data. You will be able add them to dashboard then.&lt;/P&gt;&lt;P&gt;More info &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/news/blog/custom-metrics-for-services-enrich-dynatrace-ai-and-dashboarding-capabilities-eap/"&gt;https://www.dynatrace.com/news/blog/custom-metrics-for-services-enrich-dynatrace-ai-and-dashboarding-capabilities-eap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Dec 2019 15:33:09 GMT</pubDate>
    <dc:creator>skrystosik</dc:creator>
    <dc:date>2019-12-18T15:33:09Z</dc:date>
    <item>
      <title>How can I plot purepaths in a custom chart?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126158#M1419</link>
      <description>&lt;P&gt;In my application I'm recording a custom action named "my_action_name" using DTXAction.&lt;/P&gt;
&lt;P&gt;During this recording I record a purepath value named "my_action_value".&lt;/P&gt;
&lt;P&gt;I can successfully query for my custom action using the following query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SELECT * from usersession where useraction.name = "my_action_name"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I click into that session, find my action and perform waterfall analysis on it I can see that "my_action_value" has successfully been recorded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is: how can request my recorded value (my_action_value) in a user session query so that I can chart it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally I'd like to do something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SELECT AVG(my_action_value) from usersession where useraction.name = "my_action_name"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 14:05:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126158#M1419</guid>
      <dc:creator>barry_duggan</dc:creator>
      <dc:date>2022-10-19T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot purepaths in a custom chart?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126159#M1420</link>
      <description>&lt;P&gt;You have to add user action property based on Request attrbitue. &lt;IMG src="https://community.dynatrace.com/legacyfs/online/22970-zrzut-ekranu-2019-12-18-o-145236.png" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:53:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126159#M1420</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-12-18T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot purepaths in a custom chart?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126160#M1421</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I can see the 'session and user action properties' for my web application.&lt;/P&gt;&lt;P&gt;For my mobile application there is no such option.&lt;/P&gt;&lt;P&gt;Is it possible to add user action properties for mobile?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/22975-screenshot-2019-12-18-at-151534.png" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2019 15:16:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126160#M1421</guid>
      <dc:creator>barry_duggan</dc:creator>
      <dc:date>2019-12-18T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot purepaths in a custom chart?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126161#M1422</link>
      <description>&lt;P&gt;You didn’t mentioned that you have mobile app. You will not be able to use this option. You can create multidimensional analysis in service that will show for example response time vs parameter value. Next year there will be option to create custom metrics based on those data. You will be able add them to dashboard then.&lt;/P&gt;&lt;P&gt;More info &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/news/blog/custom-metrics-for-services-enrich-dynatrace-ai-and-dashboarding-capabilities-eap/"&gt;https://www.dynatrace.com/news/blog/custom-metrics-for-services-enrich-dynatrace-ai-and-dashboarding-capabilities-eap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2019 15:33:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126161#M1422</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-12-18T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot purepaths in a custom chart?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126162#M1423</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Apologies for my omission and thankyou for the information&lt;/P&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Dec 2019 15:43:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-can-I-plot-purepaths-in-a-custom-chart/m-p/126162#M1423</guid>
      <dc:creator>barry_duggan</dc:creator>
      <dc:date>2019-12-18T15:43:07Z</dc:date>
    </item>
  </channel>
</rss>

