Splunk AppDynamics

How to create custom metrics in AppDynamics by powershell script?

CommunityUser
Splunk Employee
Splunk Employee

Hello,

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?

Thank you in advance.

Also, information about creating and updating custom metrics in AppDynamics by Powershell will be helpful.

Labels (1)
0 Karma

Raunak_Mohanty
Builder

Hi,

  Are you Java Machine Agent or .Net Extension Manager to reoport Custom Metric ?

In case of Java Machine Agent using https://docs.appdynamics.com/display/PRO43/Build+a+Monitoring+Extension+Using+Scripts

Then we just to make sure the output to std out is in format

name=<metric name>,value=<long value>,aggregator=<aggregator type>, time-rollup=<time-rollup strategy>, cluster-rollup=<cluster-rollup strategy>

 you can just use PowerShell's write-host to send it to std out

In case you are using .Net Extension Manager you can use following extension

https://www.appdynamics.com/community/exchange/windows-script-monitor/

write-host "metric1 | instance1 , value = $Value";
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...

Operationalizing TDIR: Building a More Resilient, Scalable SOC

Optimizing SOC workflows with a unified, risk-based approach to Threat Detection, Investigation, and Response ...

Introducing .conf Stories Series!

“.conf Stories” Series – First Feature: Rich Mahlerwein   Every year .conf brings together some of the most ...