<?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: Challenges in building an extension. in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179426#M1947</link>
    <description>&lt;P&gt;Correct. For improved visualization you can create a generic entity, and potentially a generic relationship.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 12:17:52 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2022-01-26T12:17:52Z</dc:date>
    <item>
      <title>Challenges in building an extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179411#M1942</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;Where is the appropriate location to store temporary files, I seem to be getting "error 13 permission denied" when trying to read or write a file from my extension logic.&lt;/P&gt;
&lt;P&gt;When I started working on this extension, I had a lot of questions and I am glad I saw similar answers in the community. I wish the docs are comprehensive or maybe I haven't found the right docs.&lt;/P&gt;
&lt;P&gt;Please share if you do.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:04:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179411#M1942</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2023-05-18T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179418#M1943</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've always used import tempfile and saved it in tempfile.gettempdir(). That works with thousands of endpoints over hundreds of companies.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 11:41:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179418#M1943</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-26T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179422#M1944</link>
      <description>&lt;P&gt;Thanks, Mike.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know metrics have to be defined in the JSON file before any of the methods like "absolute or relative" can be used with the key named argument.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do dynamic metrics? I intend to get the metric from the config UI.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:06:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179422#M1944</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-26T12:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179423#M1945</link>
      <description>&lt;P&gt;What I always do when that's needed is to send in the metrics via the metrics ingest API/cli. That way you can name it whatever.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:08:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179423#M1945</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-26T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179424#M1946</link>
      <description>&lt;P&gt;So using the API or CLI doesn't need the device group or device, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly share with me an open-source Activegate plugin with this pattern.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:19:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179424#M1946</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-26T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179426#M1947</link>
      <description>&lt;P&gt;Correct. For improved visualization you can create a generic entity, and potentially a generic relationship.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:17:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179426#M1947</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-26T12:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179428#M1948</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Kindly share with me an open-source Activegate plugin with this pattern.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:23:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179428#M1948</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-26T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179431#M1949</link>
      <description>&lt;P&gt;Hi, There is none, only paid extensions from our services department.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:24:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179431#M1949</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-26T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179488#M1950</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/28316"&gt;@motdde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While it might not ease your specific need, I have compiled a list of public available Activegate extensions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/Activegate-Extensions/m-p/113705" target="_blank"&gt;https://community.dynatrace.com/t5/Dynatrace-tips/Activegate-Extensions/m-p/113705&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's interesting sometimes to learn by example &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 18:02:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179488#M1950</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2022-01-26T18:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179490#M1951</link>
      <description>&lt;P&gt;Thanks, Anthonio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the list earlier, and it has been helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 18:27:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179490#M1951</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-26T18:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179662#M1955</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got a few questions about metrics ingestion and charting for dashboards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give the sample data heading:&lt;/P&gt;&lt;P&gt;"date_time started" | "date_time ended" | "metric_data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I ingest this as a single data point?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The timeframe selector is tied to the date and time the metric was ingested, but how do I create a visualisation based on the other values I have, Essentially changing the axis, if they can be ingested as a single data point?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What has dimension got to do with these?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 12:36:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179662#M1955</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-28T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179694#M1956</link>
      <description>&lt;P&gt;Maybe pass in a second metric called "response time" or so that's the difference between started and ended?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:38:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179694#M1956</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-28T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179698#M1957</link>
      <description>&lt;P&gt;Yes, I also do it this way.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:05:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179698#M1957</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2022-01-28T17:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in building an extension.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179702#M1959</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I will test all my theories. Hopefully, it works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:33:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Challenges-in-building-an-extension/m-p/179702#M1959</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2022-01-28T17:33:33Z</dc:date>
    </item>
  </channel>
</rss>

