<?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: Generic DB Query in EF2: when? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247043#M4503</link>
    <description>&lt;P&gt;Correct. The EF2 method is to use the SQL data source to query databases. As these extensions then are signed together with the query it is a lot more secure.&lt;/P&gt;
&lt;P&gt;As our services team saw the need to make it even easier than writing a YAML, we are creating the app to have a UI for creating, modifying and signing YAMLs.&lt;/P&gt;
&lt;P&gt;Managed customers are directed towards the vscode addon to simplify the creation of the YAML.&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 12:48:42 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2024-05-31T12:48:42Z</dc:date>
    <item>
      <title>Generic Database Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/246987#M4493</link>
      <description>&lt;P&gt;The "Generic DB Query Plugin" is one of the most used extensions by our customers. When is the ETA for the migration to EF2?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 06:35:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/246987#M4493</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-08-12T06:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/246988#M4494</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Most use cases can already be handled in EF2 through the declarative SQL data sources.&lt;/P&gt;
&lt;P&gt;Two missing features are cron scheduling and custom connection strings. Both of which is being worked on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our services department is also busy with an app to provide a UI experience for the different data sources for customers who don’t want to write YAML. SQL support is the first one planned.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 20:43:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/246988#M4494</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-05-30T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247015#M4498</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;While an app is OK, please don't forget that this extension is widely used in Managed environments.&lt;/P&gt;&lt;P&gt;It's also very important that the new extension use the same metrics, so clients don't loose the timeseries that they already have.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 09:08:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247015#M4498</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-05-31T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247032#M4500</link>
      <description>&lt;P&gt;There is no new extension planned. You can call the metrics whatever you want in the yaml, including custom.db.query just like the existing one does&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The app is just to help people with creating the YAML. It will not unlock new possibilities other than that.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 12:21:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247032#M4500</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-05-31T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247042#M4502</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If I understand correctly, Dynatrace will not be migrating the Generic DB Query to EF2???&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 12:43:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247042#M4502</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-05-31T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247043#M4503</link>
      <description>&lt;P&gt;Correct. The EF2 method is to use the SQL data source to query databases. As these extensions then are signed together with the query it is a lot more secure.&lt;/P&gt;
&lt;P&gt;As our services team saw the need to make it even easier than writing a YAML, we are creating the app to have a UI for creating, modifying and signing YAMLs.&lt;/P&gt;
&lt;P&gt;Managed customers are directed towards the vscode addon to simplify the creation of the YAML.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 12:48:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247043#M4503</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-05-31T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247055#M4506</link>
      <description>&lt;P&gt;Writing your own SQL queries using extensions is easier than it sounds. I also agree with Mike that just&amp;nbsp;cron scheduling (e.g. run this query exactly on every hour aligned) and your own custom JDBC string are missing. It is possible to define the interval as of today, it's just not configurable in the extension config/ui.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 13:32:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247055#M4506</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-05-31T13:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247056#M4507</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm without words, again!&lt;/P&gt;&lt;P&gt;First of all, Dynatrace stated this in November:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/news/blog/unmatched-scalability-and-security-of-dynatrace-extensions-now-available-for-all-supported-technologies-7-reasons-to-migrate-your-jmx-and-python-plugins/" target="_blank"&gt;https://www.dynatrace.com/news/blog/unmatched-scalability-and-security-of-dynatrace-extensions-now-available-for-all-supported-technologies-7-reasons-to-migrate-your-jmx-and-python-plugins/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonioSousa_0-1717161786702.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20237i9185A65C1ED48CFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="AntonioSousa_0-1717161786702.png" alt="AntonioSousa_0-1717161786702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, now we know that this is not true!&lt;/P&gt;&lt;P&gt;More, I'm pretty sure multiple clients we have and that use it are going to be quite unhappy! Having to write the yaml, is 1 or 2 orders of magnitude difficultier than it is today. And changing one query, we have to do it all over again??? Someone hasn't really thought how clients use Dynatrace, or at least, should be using it...&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 13:37:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247056#M4507</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-05-31T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247077#M4512</link>
      <description>&lt;P&gt;Hello Antonio, I completely agree with your opinion here.&lt;/P&gt;&lt;P&gt;Most clients would find it extremely cumbersome to have to define everything inside the YAML.&lt;/P&gt;&lt;P&gt;We have this concern as well...&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 20:21:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247077#M4512</guid>
      <dc:creator>jose_araya</dc:creator>
      <dc:date>2024-05-31T20:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247078#M4513</link>
      <description>&lt;P&gt;Great comment&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":ok_hand:"&gt;👌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 20:21:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247078#M4513</guid>
      <dc:creator>YeudyGomez</dc:creator>
      <dc:date>2024-05-31T20:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247079#M4514</link>
      <description>&lt;P&gt;Hello Antonio&lt;/P&gt;&lt;P&gt;All you just said is exactly the concerns we have with this new SLQ framework.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 20:24:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247079#M4514</guid>
      <dc:creator>bryan_araya</dc:creator>
      <dc:date>2024-05-31T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247110#M4519</link>
      <description>&lt;P&gt;There was an extensive answer by Darek from product management on this topic a year ago here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Extensions/Custom-Database-Queries-going-to-EF-2-0/m-p/216561" target="_blank" rel="noopener"&gt;https://community.dynatrace.com/t5/Extensions/Custom-Database-Queries-going-to-EF-2-0/m-p/216561&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 20:23:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247110#M4519</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-02T20:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247111#M4520</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I remember this thread. At that time we were unaware that EF1 would be terminated. So, I was good with it. Now, it seems more and more clear to me that we have to have a plan B for EF1 termination!&lt;/P&gt;&lt;P&gt;I second what &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/38037"&gt;@ct_27&lt;/a&gt;&amp;nbsp; said at the time.&lt;/P&gt;&lt;P&gt;And regarding what Darek said, none of it will convince the several clients I have that use the extension...&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 20:37:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/247111#M4520</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-06-02T20:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DB Query in EF2: when?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/259506#M5379</link>
      <description>&lt;P&gt;I also am struggling with having to migrate from 1.0 to a 2.0 solution. The previous plugin had a sql query length limit that we overcame with stored procedure call. Now I have to get the sql out make an application for each custom query and figure out where to store the retrieved values in DT. BTW how does one reference where to put the values from DB. Dimensions??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example is my apps src extension.yml&lt;/P&gt;&lt;P&gt;- group: foo-appointments&lt;BR /&gt;query: &amp;gt;-&lt;BR /&gt;select count(*) As Number_Of_Appointments&lt;/P&gt;&lt;P&gt;from AppSch_Appointment&lt;/P&gt;&lt;P&gt;where CONVERT (Date, created_date) = CONVERT (Date, GETDATE()) and&lt;BR /&gt;DATEPART (HOUR, created_date) = DATEPART(HOUR, (DATEADD(HOUR,-1,&lt;BR /&gt;GETDATE())))&lt;/P&gt;&lt;P&gt;group by cast(created_date as date) , datename(dw, created_date)&lt;BR /&gt;metrics:&lt;BR /&gt;- key: foo-appointments.number-of-appointments&lt;BR /&gt;value: col:Number_Of_Appointments&lt;BR /&gt;dimensions: []. &amp;lt;--here what does that look like as far as string..&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 23:51:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Generic-Database-Query-in-EF2-when/m-p/259506#M5379</guid>
      <dc:creator>derija</dc:creator>
      <dc:date>2024-10-16T23:51:42Z</dc:date>
    </item>
  </channel>
</rss>

