<?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 Convert and Deploy a Classic OneAgent Plugin (1.0) to Extension 2.0 Using VS Code? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279543#M6544</link>
    <description>&lt;P&gt;Where is the OneAgent Extension 2.0 documentation equivalent to the OneAgent Extension 1.0 documentation found here,&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extend-dynatrace/extensions/oneagent-extensions/oneagent-extensions-hands-on" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/extend-dynatrace/extensions/oneagent-extensions/oneagent-extensions-hands-on&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The users question is regarding &lt;STRONG&gt;OneAgent&lt;/STRONG&gt; extensions specificially.&amp;nbsp; I'm not sure the marked Solution answers the posted question.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 16:44:06 GMT</pubDate>
    <dc:creator>ct_27</dc:creator>
    <dc:date>2025-06-16T16:44:06Z</dc:date>
    <item>
      <title>How to Convert and Deploy a Classic OneAgent Plugin (1.0) to Extension 2.0 Using VS Code?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279162#M6523</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working on converting a legacy OneAgent plugin (1.0) that collects normalized CPU load metrics from /proc/loadavg per host, and I want to migrate it to Dynatrace Extension Framework 2.0.&lt;/P&gt;&lt;P&gt;Specifically, I’m looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Converting the 1.0 plugin to 2.0 format&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;It currently uses Python and subprocess to get system-level metrics per host.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I want to replicate this using a script in Extension 2.0 and ensure it still reports per-host metrics (e.g., using entity: host).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Using Visual Studio Code&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Can the entire development and packaging process for Extension 2.0 be done in VS Code?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What tools or extensions (if any) are recommended?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment best practices&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What's the recommended way to package and deploy a 2.0 extension (especially with scripts)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any steps to push it to a Dynatrace environment and validate it's working?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any documentation, examples, or tips from someone who has done a similar migration would be really helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 17:33:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279162#M6523</guid>
      <dc:creator>Eyad</dc:creator>
      <dc:date>2025-06-11T17:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert and Deploy a Classic OneAgent Plugin (1.0) to Extension 2.0 Using VS Code?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279165#M6524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a full tutorial on youtube:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=Qy4Ge8HIzEk" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=Qy4Ge8HIzEk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Usefull urls:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.visualstudio.com/items?itemName=DynatracePlatformExtensions.dynatrace-extensions" target="_blank" rel="noopener"&gt;https://marketplace.visualstudio.com/items?itemName=DynatracePlatformExtensions.dynatrace-extensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/migration.html" target="_self"&gt;Migrate EF1 to EF2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Patryk&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 19:15:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279165#M6524</guid>
      <dc:creator>patryk_ozimek2</dc:creator>
      <dc:date>2025-06-11T19:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert and Deploy a Classic OneAgent Plugin (1.0) to Extension 2.0 Using VS Code?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279543#M6544</link>
      <description>&lt;P&gt;Where is the OneAgent Extension 2.0 documentation equivalent to the OneAgent Extension 1.0 documentation found here,&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extend-dynatrace/extensions/oneagent-extensions/oneagent-extensions-hands-on" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/extend-dynatrace/extensions/oneagent-extensions/oneagent-extensions-hands-on&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The users question is regarding &lt;STRONG&gt;OneAgent&lt;/STRONG&gt; extensions specificially.&amp;nbsp; I'm not sure the marked Solution answers the posted question.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:44:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-Convert-and-Deploy-a-Classic-OneAgent-Plugin-1-0-to/m-p/279543#M6544</guid>
      <dc:creator>ct_27</dc:creator>
      <dc:date>2025-06-16T16:44:06Z</dc:date>
    </item>
  </channel>
</rss>

