<?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 Dynatrace x Folding@Home - Protein Folding for Good! in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/Dynatrace-x-Folding-Home-Protein-Folding-for-Good/m-p/266369#M1534</link>
    <description>&lt;P&gt;During the Pandemic, many techies found out about the Organization called &lt;A href="https://foldingathome.org/" target="_blank"&gt;Folding@Home&lt;/A&gt; which empowers everyday people to use their spare compute power to perform protein folding in the name of scientific research! I became involved once I understood that this would be a perfect use case for my spare Homelab parts and quickly started racking up the research points. The best part? You can perform all of this research as part of the &lt;A href="https://stats.foldingathome.org/team/251248" target="_blank"&gt;Dynatrace Folding@Home&amp;nbsp;Team&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;Now running the Folding client is easy enough, but I became curious if there was some way I could integrate this with Dynatrace itself. Thanks to the power of Workflows, Automation Engine, and Dashboards, this was all possible!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It starts off with a simple scheduled Workflow set to run every hour. Using our &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/actions/github/github-workflows-setup" target="_blank"&gt;Github for Workflows integration&lt;/A&gt;, I was easily able to setup the ingest of a basic .txt file from a remote private Github repository that gets updated with the Dynatrace Team's Stats on an hourly basis.&lt;/P&gt;&lt;P data-unlink="true"&gt;With this .txt file, we can then use our &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-post-datapoints" target="_blank"&gt;Metrics v2 Ingest API endpoint&lt;/A&gt; to ingest the raw F@H&amp;nbsp;statistics as Metric Data within Dynatrace using the following format.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fah.user_score.points,team={TEAM_NAME},team_id={TEAM_ID},user={USER} {SCORE}
fah.user_score.wu,team={TEAM_NAME},team_id={TEAM_ID},user={USER} {WORK_UNITS}
fah.team_score.points,team={TEAM_NAME},team_id={TEAM_ID} {SCORE}
fah.team_score.wu,team={TEAM_NAME},team_id={TEAM_ID} {WORK_UNITS}&lt;/LI-CODE&gt;&lt;P&gt;This leads to reliable metric data being ingest into the Dynatrace Tenant on an hourly basis, pulling from the constantly updating Github repository.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_0-1735596296513.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25510i2E5522148B196241/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_0-1735596296513.png" alt="bsnurka_0-1735596296513.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now this is all well and good, but why stop here? Lets further break down the data using DQL!&lt;/P&gt;&lt;P&gt;I've built out a (for now) private Dashboard, showing all of the user &amp;amp; team data over the last 24 hour period. I hope to further expand out the details &amp;amp; breakdowns available in the near future, but need to learn a bit more about complex DQL queries beforehand.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_1-1735596433493.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25511i0DC731C7C3A22796/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_1-1735596433493.png" alt="bsnurka_1-1735596433493.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 22:14:10 GMT</pubDate>
    <dc:creator>bsnurka</dc:creator>
    <dc:date>2024-12-30T22:14:10Z</dc:date>
    <item>
      <title>Dynatrace x Folding@Home - Protein Folding for Good!</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Dynatrace-x-Folding-Home-Protein-Folding-for-Good/m-p/266369#M1534</link>
      <description>&lt;P&gt;During the Pandemic, many techies found out about the Organization called &lt;A href="https://foldingathome.org/" target="_blank"&gt;Folding@Home&lt;/A&gt; which empowers everyday people to use their spare compute power to perform protein folding in the name of scientific research! I became involved once I understood that this would be a perfect use case for my spare Homelab parts and quickly started racking up the research points. The best part? You can perform all of this research as part of the &lt;A href="https://stats.foldingathome.org/team/251248" target="_blank"&gt;Dynatrace Folding@Home&amp;nbsp;Team&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;Now running the Folding client is easy enough, but I became curious if there was some way I could integrate this with Dynatrace itself. Thanks to the power of Workflows, Automation Engine, and Dashboards, this was all possible!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It starts off with a simple scheduled Workflow set to run every hour. Using our &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/actions/github/github-workflows-setup" target="_blank"&gt;Github for Workflows integration&lt;/A&gt;, I was easily able to setup the ingest of a basic .txt file from a remote private Github repository that gets updated with the Dynatrace Team's Stats on an hourly basis.&lt;/P&gt;&lt;P data-unlink="true"&gt;With this .txt file, we can then use our &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-post-datapoints" target="_blank"&gt;Metrics v2 Ingest API endpoint&lt;/A&gt; to ingest the raw F@H&amp;nbsp;statistics as Metric Data within Dynatrace using the following format.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fah.user_score.points,team={TEAM_NAME},team_id={TEAM_ID},user={USER} {SCORE}
fah.user_score.wu,team={TEAM_NAME},team_id={TEAM_ID},user={USER} {WORK_UNITS}
fah.team_score.points,team={TEAM_NAME},team_id={TEAM_ID} {SCORE}
fah.team_score.wu,team={TEAM_NAME},team_id={TEAM_ID} {WORK_UNITS}&lt;/LI-CODE&gt;&lt;P&gt;This leads to reliable metric data being ingest into the Dynatrace Tenant on an hourly basis, pulling from the constantly updating Github repository.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_0-1735596296513.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25510i2E5522148B196241/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_0-1735596296513.png" alt="bsnurka_0-1735596296513.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now this is all well and good, but why stop here? Lets further break down the data using DQL!&lt;/P&gt;&lt;P&gt;I've built out a (for now) private Dashboard, showing all of the user &amp;amp; team data over the last 24 hour period. I hope to further expand out the details &amp;amp; breakdowns available in the near future, but need to learn a bit more about complex DQL queries beforehand.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_1-1735596433493.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25511i0DC731C7C3A22796/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_1-1735596433493.png" alt="bsnurka_1-1735596433493.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 22:14:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Dynatrace-x-Folding-Home-Protein-Folding-for-Good/m-p/266369#M1534</guid>
      <dc:creator>bsnurka</dc:creator>
      <dc:date>2024-12-30T22:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace x Folding@Home - Protein Folding for Good!</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Dynatrace-x-Folding-Home-Protein-Folding-for-Good/m-p/266376#M1535</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/70552"&gt;@bsnurka&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is very nice!&lt;/P&gt;&lt;P&gt;Please don't get me wrong about what I'm going to say next, as I was a very intervening actor in the very beginning of the first volunteer computing project, almost 30 years ago, and that is still running today: &lt;A href="https://www.mersenne.org/" target="_self"&gt;GIMPS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Later I was also quite involved in&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/SETI%40home" target="_self"&gt;SETI@home&lt;/A&gt; but it's now in hibernation... &lt;A href="mailto:Folding@home" target="_blank"&gt;Folding@home&lt;/A&gt; was launched in the same year, 1999!&lt;/P&gt;&lt;P&gt;But, I'm also a very interested person in efficiency &amp;amp; electricity consumption. Some 20 years ago, I noticed that my "collective power" was generating too much heat, and since virtually all electricity consumed by a computer ends up in heat, I quickly figured out that the electricity consumption was way too high for what it should be.&lt;/P&gt;&lt;P&gt;And that added to the fact that I was processing it in a country where electricity prices were way too high compared to other locations. Retrospectively, it might have been a great mistake of mine, as that was the main factor I decided not to mine Bitcoins in early 2011 (yes, the reason was &lt;A href="https://www.grc.com/sn/sn-287.htm" target="_self"&gt;this podcast&lt;/A&gt;)...&lt;/P&gt;&lt;P&gt;So, for a lot of time I have been a defender that these type of calculations should be made with efficient computing, where watts usage is really maxed out. If we do not do it that way, we're only contributing to getting more heat, which is a sustainability problem, as we all know.&lt;/P&gt;&lt;P&gt;Now, this is where Dynatrace will also excel. If you complement your analysis with the Carbon Impact app, you might get a sense of whom is contributing in the most sustainable way &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 23:32:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Dynatrace-x-Folding-Home-Protein-Folding-for-Good/m-p/266376#M1535</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-12-30T23:32:40Z</dc:date>
    </item>
  </channel>
</rss>

