<?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 set request attribute in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110154#M7000</link>
    <description>&lt;P&gt;Sorry, I have some questions I didn't make user sessions but wanted to make a request attribute. Will catch tam as POST variables? &lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 07:38:46 GMT</pubDate>
    <dc:creator>AskMe-Solutions</dc:creator>
    <dc:date>2020-03-16T07:38:46Z</dc:date>
    <item>
      <title>How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110146#M6992</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we need a value, Where the customer fired a lot from postman. how to set a request attribute.&lt;/P&gt;&lt;P&gt;this data source&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24151-1584084338758.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Don't know what value to add&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24161-1584084442908.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;code level&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24171-1584084484211.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;request value&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24132-1584084567276.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 07:32:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110146#M6992</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2020-03-13T07:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110147#M6993</link>
      <description>&lt;P&gt;My tip. You've found your class and method and you know which object you want to catch. You should find class that represents this object and check what getter methods are available there. For example getApp_username or something like that. In such case you can use this as deep object access. If you want to catch all of them and you don't have accessor that will return whole object as string, you may not be able to catch all values at once (there can be only one sensor per method, it means that you can access only one value from object). If you will find other methods that are passing the same object, you can instrument them as well to get more values. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 08:08:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110147#M6993</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-13T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110148#M6994</link>
      <description>&lt;P&gt;Hi Sebastian K.&lt;/P&gt;&lt;P&gt;Can you suggest which get values should be obtained from the data source from the image?&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 08:20:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110148#M6994</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2020-03-13T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110149#M6995</link>
      <description>&lt;P&gt;It seems that you have there only stringlist. It's not full source. If you have stringList inside object it may be problem with extracting values. This is not regular object with accessors but list that contains strings (key : value). In such case you can take values by passing key name to get method. This operation is not allowed in dynatrace. You cannot use any accessor that needs parameter inside. It has to be converted to string in code, you will not be able to to that in DT. &lt;/P&gt;&lt;P&gt;But as client is passing this using postman, you should be able to catch POST variables with data you need? You will not need to instrument code and this should work out of the box. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 08:42:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110149#M6995</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-13T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110150#M6996</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Does that mean we can't get the parameters for a data source?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Mar 2020 10:26:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110150#M6996</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2020-03-13T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110151#M6997</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You will not be able to collect parameters from that code, but you will be able (or should be) catch tam as POST variables. You've presented to me POST Payload from browser, which means you will be able to catch it that way.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Mar 2020 12:32:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110151#M6997</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-13T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110152#M6998</link>
      <description>&lt;P&gt;you can use the request attribute to link data back to a user session and use it as a user session tag. But first you must find where that data is located. for example if you are looking to grab something out of the url we would fill it out like this: &lt;/P&gt;&lt;P&gt; &lt;IMG src="https://community.dynatrace.com/legacyfs/online/24154-ports.jpg" /&gt;then select that as the tag for the user session within the application &lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:26:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110152#M6998</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-03-13T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110153#M6999</link>
      <description>&lt;P&gt;User sessions does not work for POSTMAN requests &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:33:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110153#M6999</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-13T13:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110154#M7000</link>
      <description>&lt;P&gt;Sorry, I have some questions I didn't make user sessions but wanted to make a request attribute. Will catch tam as POST variables? &lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:38:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110154#M7000</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2020-03-16T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to set request attribute</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110155#M7001</link>
      <description>&lt;P&gt;POST variables are regular request attributes. Change Request attribute source from .NET Methot into post varialble. Then put names of values from payload and should work.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:45:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-set-request-attribute/m-p/110155#M7001</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-16T07:45:12Z</dc:date>
    </item>
  </channel>
</rss>

