<?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: Monitor transmit security - Identity management platform in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126595#M15594</link>
    <description>&lt;P&gt;If you see request executed in background you can always try to use method hotspots for finding extra entry points. In such case you will be able to define your own custom services. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Jan 2020 14:29:42 GMT</pubDate>
    <dc:creator>skrystosik</dc:creator>
    <dc:date>2020-01-12T14:29:42Z</dc:date>
    <item>
      <title>Monitor transmit security - Identity management platform</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126594#M15593</link>
      <description>&lt;P&gt;Hi guys &lt;/P&gt;&lt;P&gt;Anyone had a chance to monitor &lt;A rel="noopener noreferrer" href="https://www.transmitsecurity.com/technology" target="_blank"&gt;transmit security (.4.11) Identity management platform&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;After adding AKKA Http capabilities with agent 177 we start to see entry point for the incoming request under &lt;STRONG&gt;com.transmitsecurity.server.Server &lt;/STRONG&gt;but there is no other services being called from this service.&lt;/P&gt;&lt;P&gt;On the other hand we can see service called &lt;STRONG&gt;Requests executed in background threads of com.transmitsecurity.server.Server&lt;/STRONG&gt; continue to the other inner application servers using 2 different thread.&lt;/P&gt;&lt;P&gt;Our guess is the the first service is calling the other service in none monitored way but since this is a sealed application there is no way to add Java SDK to stitch together the PP's.&lt;/P&gt;&lt;P&gt;Any input will be appreciate &lt;/P&gt;&lt;P&gt;Yos  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 07:39:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126594#M15593</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-01-12T07:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor transmit security - Identity management platform</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126595#M15594</link>
      <description>&lt;P&gt;If you see request executed in background you can always try to use method hotspots for finding extra entry points. In such case you will be able to define your own custom services. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 14:29:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126595#M15594</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-01-12T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor transmit security - Identity management platform</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126596#M15595</link>
      <description>&lt;P&gt;What you are experiencing is the missing "in-process linking". The entry points for the application (the one you have) just probably enqueue the requests. The request processing is then executed in some other thread (where you can see the calls to external systems).&lt;BR /&gt;&lt;BR /&gt;I'm afraid this linking is impossible without modifying the code or Dynatrace explicitly supporting the application. If you have the option to modify the code (or at least add your own class files/jar files to the classpath) , then you can use OneAgent SDK in process linking feature do achieve that. See more &lt;A rel="noopener noreferrer" href="https://github.com/Dynatrace/OneAgent-SDK-for-Java#in-process-linking" target="_blank"&gt;in the SDK itself&lt;/A&gt;.  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 15:33:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126596#M15595</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-01-12T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor transmit security - Identity management platform</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126597#M15596</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; for confirming  my guess here&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 16:43:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126597#M15596</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-01-12T16:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor transmit security - Identity management platform</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126598#M15597</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@Sebastian K.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 16:44:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monitor-transmit-security-Identity-management-platform/m-p/126598#M15597</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-01-12T16:44:20Z</dc:date>
    </item>
  </channel>
</rss>

