<?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: Metrics from Salesforce not collected by current extension in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250560#M6095</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77155"&gt;@rseibert1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There are two Salesforce extensions in the Dynatrace Hub that might help:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/hub/?query=salesforce" target="_blank"&gt;https://www.dynatrace.com/hub/?query=salesforce&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please beware you have to have additional add-ons from Salesforce for these to work...&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jul 2024 17:01:51 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2024-07-13T17:01:51Z</dc:date>
    <item>
      <title>Metrics from Salesforce not collected by current extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/248564#M6092</link>
      <description>&lt;P&gt;What would be the best way to pull task manager browser metrics? We are getting complaints of slowness from clients using the Salesforce Saas offering and would like to see if this is due to some sort of resource limits of the browser. Is there a best way to get task manager metrics sent to Dynatrace?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 08:20:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/248564#M6092</guid>
      <dc:creator>rseibert1</dc:creator>
      <dc:date>2025-04-01T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics from Salesforce not collected by current extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250546#M6093</link>
      <description>&lt;P&gt;I understand that you're looking to obtain resource usage metrics for your Salesforce webpage from &lt;A href="https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/performance-monitor/performance-monitor-tool" target="_new" rel="noreferrer"&gt;Performance Monitor Tool&lt;/A&gt;, such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;CPU usage:&lt;/STRONG&gt; The percentage of CPU used by the web page. Shown by default.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;JS heap size:&lt;/STRONG&gt; The amount of memory used by the JavaScript program on the page. Shown by default.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;DOM Nodes:&lt;/STRONG&gt; The number of DOM nodes in the browser (across tabs). Shown by default.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My recommendations are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Submit this as an idea to the Dynatrace Ideas portal: &lt;A href="https://community.dynatrace.com/t5/Product-ideas/idb-p/DynatraceProductIdeas" target="_new" rel="noreferrer"&gt;Dynatrace Product Ideas&lt;/A&gt;. I'm not sure if it's currently possible to extract these metrics directly with the actual integration.&lt;/LI&gt;&lt;LI&gt;Consult with your Salesforce support to see if it is possible to capture these resource usage metrics. If Salesforce cannot provide these data, cannot be sent to Dynatrace.&lt;/LI&gt;&lt;LI&gt;You could request the performance report from users requesting print or screen of the Performance Monitor tool from Chrome or Edge to validate resource usage.&lt;/LI&gt;&lt;LI&gt;This JavaScript code might help to gather metrics. If Salesforce can send the results of this getPerformanceMetrics&lt;SPAN&gt; function to Dynatrace, or if you can manage to send this data as metrics via API to Dynatrace, it could serve your purpose. However, as mentioned, it is best to create an idea with Dynatrace and first check with Salesforce if they have any integration indicators that can help collect these metrics.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function getPerformanceMetrics() {
    const metrics = {
        cpuUsage: window.performance.memory.jsHeapSizeLimit, // Use a placeholder as there's no direct API for CPU usage
        jsHeapSize: window.performance.memory.usedJSHeapSize,
        domNodes: document.getElementsByTagName('*').length,
    };
    return metrics;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoseRomero_0-1720859521930.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21135i79926053CF2861CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="JoseRomero_0-1720859521930.png" alt="JoseRomero_0-1720859521930.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 08:32:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250546#M6093</guid>
      <dc:creator>JoseRomero</dc:creator>
      <dc:date>2024-07-13T08:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics from Salesforce not collected by current extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250547#M6094</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77155"&gt;@rseibert1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my answer was helpful.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 08:37:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250547#M6094</guid>
      <dc:creator>JoseRomero</dc:creator>
      <dc:date>2024-07-13T08:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics from Salesforce not collected by current extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250560#M6095</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77155"&gt;@rseibert1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There are two Salesforce extensions in the Dynatrace Hub that might help:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/hub/?query=salesforce" target="_blank"&gt;https://www.dynatrace.com/hub/?query=salesforce&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please beware you have to have additional add-ons from Salesforce for these to work...&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 17:01:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/250560#M6095</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-07-13T17:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics from Salesforce not collected by current extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/251005#M6096</link>
      <description>&lt;P&gt;Thanks for the possible solution, I think we will end up building an extension that can pull memory and cpu metrics of the browser (sorry if this requirement was not clear, think I misunderstood original requirement). The team members are logging into salesforce from browsers on their Citrix desktops.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 17:55:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Metrics-from-Salesforce-not-collected-by-current-extension/m-p/251005#M6096</guid>
      <dc:creator>rseibert1</dc:creator>
      <dc:date>2024-07-18T17:55:03Z</dc:date>
    </item>
  </channel>
</rss>

