<?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 Binding ActiveGate Extension to a OneAgent Process in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163903#M1459</link>
    <description>&lt;P&gt;I am not sure if the wording of the topic title is correct, but what I did was to install a MySQL ActiveGate Extension to get additional data about MySQL database, which is also monitored natively by OneAgent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I see, these are not linked in Smartscape, and DavisAI will not correlate their data and give a root cause. Is there a way to group these from the UI? I thought about Process Grouping, but I couldn't make sense of the settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/550iF6C8DD8D60E85FF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" alt="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 21:40:44 GMT</pubDate>
    <dc:creator>serhat_balik</dc:creator>
    <dc:date>2021-04-06T21:40:44Z</dc:date>
    <item>
      <title>Binding ActiveGate Extension to a OneAgent Process</title>
      <link>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163903#M1459</link>
      <description>&lt;P&gt;I am not sure if the wording of the topic title is correct, but what I did was to install a MySQL ActiveGate Extension to get additional data about MySQL database, which is also monitored natively by OneAgent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I see, these are not linked in Smartscape, and DavisAI will not correlate their data and give a root cause. Is there a way to group these from the UI? I thought about Process Grouping, but I couldn't make sense of the settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/550iF6C8DD8D60E85FF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" alt="2021-04-07 00_29_12-Technologies - Asseco See_ wjg79702 - Dynatrace.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 21:40:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163903#M1459</guid>
      <dc:creator>serhat_balik</dc:creator>
      <dc:date>2021-04-06T21:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Binding ActiveGate Extension to a OneAgent Process</title>
      <link>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163923#M1460</link>
      <description>&lt;P&gt;Hi, this is currently not possible. With the next extension framework it will be possible to send data from remote extensions to existing entities. More information here:&amp;nbsp;&lt;A href="https://www.dynatrace.com/news/blog/extend-dynatrace-automation-and-ai-capabilities-more-easily-than-ever/" target="_blank"&gt;https://www.dynatrace.com/news/blog/extend-dynatrace-automation-and-ai-capabilities-more-easily-than-ever/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 10:31:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163923#M1460</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2021-04-07T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Binding ActiveGate Extension to a OneAgent Process</title>
      <link>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163979#M1462</link>
      <description>&lt;P&gt;Hi Serhat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Mike has mentioned currently the extension framework does not allow for this. Short of waiting for Extensions 2.0 framework to become available for custom extensions, your only other option is to develop the extension as a OneAgent extension instead of an ActiveGate one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since OneAgent extensions are deployed at the OneAgent location, they can also be attached to processes running on that host. This means, the additional metrics and events can be pushed to your existing MySQL process. &lt;A href="https://dynatrace.github.io/plugin-sdk/readme.html#your-first-plugin" target="_self"&gt;This section of the Python reference&lt;/A&gt; describes attaching the OneAgent extension instance to specific processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:18:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Binding-ActiveGate-Extension-to-a-OneAgent-Process/m-p/163979#M1462</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2021-04-08T08:18:23Z</dc:date>
    </item>
  </channel>
</rss>

