<?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: Observing Fastcheck no response - datasource exited without providing status in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246463#M4478</link>
    <description>&lt;P&gt;How does your fastcheck code look like?&lt;/P&gt;
&lt;P&gt;See example of a very basic fastcheck here:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/guides/create_extension/#cluster-level-metrics" target="_blank"&gt;https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/guides/create_extension/#cluster-level-metrics&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 09:25:14 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2024-05-24T09:25:14Z</dc:date>
    <item>
      <title>Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246449#M4471</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing python extension 2.0 , where I can get output successfully for the code if I simulate it from extension.yaml. However, after uploading extension to the Dynatrace throwing an error that :&amp;nbsp;&lt;SPAN&gt;Fastcheck no response - datasource exited without providing status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me to understand why this error I am observing or else if I am missing anything ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 04:51:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246449#M4471</guid>
      <dc:creator>kpurimitla</dc:creator>
      <dc:date>2024-05-24T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246463#M4478</link>
      <description>&lt;P&gt;How does your fastcheck code look like?&lt;/P&gt;
&lt;P&gt;See example of a very basic fastcheck here:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/guides/create_extension/#cluster-level-metrics" target="_blank"&gt;https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/guides/create_extension/#cluster-level-metrics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 09:25:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246463#M4478</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-05-24T09:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246736#M4482</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kpurimitla_0-1716903209140.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20151iE76A4E1AD8898027/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kpurimitla_0-1716903209140.png" alt="kpurimitla_0-1716903209140.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Mike, this is my code for fastcheck. However, Now I am observing an error that "Failed to assign&amp;nbsp; monitoring configuration to Activegate. Reason: ".&amp;nbsp; At first, I uploaded a skeleton extension on to the tenant and I can observe status as OK. Later I implemented the code in main.py with the necessary functions that are required to authenticate with API,Extract the information to JSON file and choose specific fields from that JSON file to report them as a metrics to dynatrace. And imported whatever the libraries that are required to run necessary functions. Kindly suggest (Note: I have mentioned "requests" in setup.py for install_requires field aswell)&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 13:43:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246736#M4482</guid>
      <dc:creator>kpurimitla</dc:creator>
      <dc:date>2024-05-28T13:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246742#M4483</link>
      <description>&lt;P&gt;Someone would have to look at the logs on your ActiveGate to troubleshoot it further. Please open a support ticket.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 14:05:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/246742#M4483</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-05-28T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/247098#M4516</link>
      <description>&lt;P&gt;Thank you Mike, it helped me to identify the issue by raising the ticket with Dynatrace ONE team. In my case, we observed this issue due to&amp;nbsp;the `charset-normalizer` dependency for the `requests` module was not met as extension was built on Windows.&amp;nbsp; And to overcome this issue I have used below command in visual studio code terminal.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cmd: dt-sdk build --extra-platform many_linux_2_17_x86_64&lt;/P&gt;&lt;P&gt;Post that, I am able to see the data in Dynatrace. Thanks for your suggestion&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2024 18:12:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/247098#M4516</guid>
      <dc:creator>kpurimitla</dc:creator>
      <dc:date>2024-06-01T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Observing Fastcheck no response - datasource exited without providing status</title>
      <link>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/248103#M4584</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75951"&gt;@kpurimitla&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Interesting ! Do you have the exception related in&amp;nbsp;"python3_fastcheck.log" ?&lt;BR /&gt;The default path on ActiveGate is&amp;nbsp;&lt;BR /&gt;"/var/lib/dynatrace/remotepluginmodule/log/extensions/datasources/EXTENSION-NAME/*_fastcheck.log"&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 09:21:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Observing-Fastcheck-no-response-datasource-exited-without/m-p/248103#M4584</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-06-12T09:21:14Z</dc:date>
    </item>
  </channel>
</rss>

