<?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 How to create custom metrics in AppDynamics by powershell script? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-create-custom-metrics-in-AppDynamics-by-powershell-script/m-p/727328#M5711</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;The issue is to create custom metric in metrics browser which allows to monitor AWS healthcheck but the most important thing is to create this custom metric by powershell script?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;Also, information about creating and updating custom metrics in AppDynamics by Powershell will be helpful.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 12:56:05 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-06-28T12:56:05Z</dc:date>
    <item>
      <title>How to create custom metrics in AppDynamics by powershell script?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-create-custom-metrics-in-AppDynamics-by-powershell-script/m-p/727328#M5711</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;The issue is to create custom metric in metrics browser which allows to monitor AWS healthcheck but the most important thing is to create this custom metric by powershell script?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;Also, information about creating and updating custom metrics in AppDynamics by Powershell will be helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 12:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-create-custom-metrics-in-AppDynamics-by-powershell-script/m-p/727328#M5711</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-28T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom metrics in AppDynamics by powershell script?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-create-custom-metrics-in-AppDynamics-by-powershell-script/m-p/727329#M5712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Are you Java Machine Agent or .Net Extension Manager to reoport Custom Metric ?&lt;/P&gt;
&lt;P&gt;In case of Java Machine Agent using&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/Build+a+Monitoring+Extension+Using+Scripts" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Build+a+Monitoring+Extension+Using+Scripts&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then we just to make sure the output to std out is in format&lt;/P&gt;
&lt;PRE&gt;name=&amp;lt;metric name&amp;gt;,value=&amp;lt;long value&amp;gt;,aggregator=&amp;lt;aggregator type&amp;gt;, time-rollup=&amp;lt;time-rollup strategy&amp;gt;, cluster-rollup=&amp;lt;cluster-rollup strategy&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;you can just use PowerShell's&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;write-host&lt;/STRONG&gt; to send it to std out&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;In case you are using&amp;nbsp;.Net Extension Manager you can use following extension&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.appdynamics.com/community/exchange/windows-script-monitor/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.appdynamics.com/community/exchange/windows-script-monitor/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;write-host "metric1 | instance1 , value = $Value";&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-create-custom-metrics-in-AppDynamics-by-powershell-script/m-p/727329#M5712</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2017-06-28T13:16:49Z</dc:date>
    </item>
  </channel>
</rss>

