<?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 web request naming rule in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189523#M21578</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to do a web request naming rule in order to use a variable in the name of the web request. I explain an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following requests are similar - the difference between them is an identifier:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/999/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/001/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Is there any way to have both request grouped by Dynatrace in a web request called like:&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/{iD}/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;thanks in advanced&lt;/P&gt;
&lt;P class=""&gt;regards&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2023 09:37:27 GMT</pubDate>
    <dc:creator>carlos_ortega</dc:creator>
    <dc:date>2023-05-29T09:37:27Z</dc:date>
    <item>
      <title>web request naming rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189523#M21578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to do a web request naming rule in order to use a variable in the name of the web request. I explain an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following requests are similar - the difference between them is an identifier:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/999/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/001/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Is there any way to have both request grouped by Dynatrace in a web request called like:&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-unlink="true"&gt;/test/api/v2/clothes/{iD}/update.POST&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;thanks in advanced&lt;/P&gt;
&lt;P class=""&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 09:37:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189523#M21578</guid>
      <dc:creator>carlos_ortega</dc:creator>
      <dc:date>2023-05-29T09:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: web request naming rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189524#M21579</link>
      <description>&lt;P&gt;Did you checked for this Doc page already?&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/services/service-monitoring-settings/set-up-request-naming#set-up-request-naming" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/services/service-monitoring-settings/set-up-request-naming#set-up-request-naming&lt;/A&gt;&lt;BR /&gt;Have you tried? If yes, let us know the rules you have used already, then we can provide some help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 16:39:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189524#M21579</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-29T16:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: web request naming rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189525#M21580</link>
      <description>&lt;P&gt;Sure there is. Actually, there are multiple ways to do that.&lt;BR /&gt;&lt;BR /&gt;The easiest and most flexible is to define your own request naming rule using placeholders to be universal - I guess the prefix/postfix may differ.&amp;nbsp; &amp;nbsp;See the&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/shortlink/request-attributes-naming-rules" target="_self"&gt;request naming rules docs&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Another option is use the &lt;A href="https://www.dynatrace.com/support/help/shortlink/request-attributes-naming-rules#cleanup-rules" target="_self"&gt;cleanup rules&lt;/A&gt; but they just remove IDs, they don't replace them.&lt;BR /&gt;&lt;BR /&gt;The third option is to use the global request naming rules, which are especially handy if you have multiple services where this can happen. See my post &lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Global-request-naming-for-REST-services/m-p/176341#M289" target="_self"&gt;PRO TIP - Global request naming for REST services&lt;/A&gt;&amp;nbsp;in the tips section. You can use service tags to apply this naming rule just for services you need.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 16:48:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189525#M21580</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-06-29T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: web request naming rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189556#M21585</link>
      <description>&lt;P&gt;Thanks a lot. your solution Julius has worked properly!,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 08:40:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/web-request-naming-rule/m-p/189556#M21585</guid>
      <dc:creator>carlos_ortega</dc:creator>
      <dc:date>2022-06-30T08:40:32Z</dc:date>
    </item>
  </channel>
</rss>

