Discussion Feed
04-09-2019
01:50 PM
Hi There,
I'm looking for some way to get data to analytics when our customer uses a .net code with polymorphism between class and methods.
Please check in the image below, where I have the "UpdateProspect" method with some "objects". I need to map these objects in a sequence to a funnel in analytics.
How can I do it? What is the best practice to do it? Can I create data collectors? Or can I create custom match rule for any of these objects?
Let me know if you need any other information.
Regards,
Tks in adv
... View more
02-14-2019
05:44 AM
3 Kudos
Hi Vaibhav, really tks for your reply!
I've just made using python and pandas to do it 🙂 It's beautiful!
Tks again
... View more
07-10-2018
11:00 AM
Hi Daniel, tks for your reply. How can I split this ? I know about json output and it is work for me. But my doubt is about how to split this. Regards,
... View more
07-04-2018
08:16 AM
Hi Luke,
I'm not sure if I got it your issue here. Did you can download the agent, but can't install. Is this? The PHP agent needs a little configuration plus than documentation, it is relative for each version and instrumentation type, for example, if you're using the ZTS or Zend Guard, you'll unable to monitor your application.
Can you please give me more details to help you?
Regards,
... View more
07-03-2018
12:53 PM
Hi, luke.carrier,
from where you try to download, do you have the internet access? I mean, firewall rules to go to an external website and provide the download?
If yes, you can download directly from https://download.appdynamics.com/download/#version=&apm=php&os=&platform_admin_os=&events=&eum=&page=1 ?
Please let me know if still facing trouble. This is a community where we have a lot of doubts and partners like me, maybe I can help you 🙂
... View more
05-16-2018
12:07 PM
Hi wolfcry0,
Could you please share more details about it? Did you have any log files? What is your PHP version? Did you check the network and rules of a firewall?
Tks
... View more
05-16-2018
12:00 PM
2 Kudos
Hi All,
we're working to get metrics from appdynamics as json format.
We are in SaaS controller.
Our script:
curl -s --user 'customer@customer:password' 'https://customer.saas.appdynamics.com/controller/rest/applications/Middleware/metric-data?rollup=false&metric-path=Application%20Infrastructure%20Performance%7C*%7CIndividual%20Nodes%7C*%7CJMX%7CWeb%20Container%20Runtime%7CThreads%20Hogging%20CPU&time-range-type=BETWEEN_TIMES&start-time=1526443200000&end-time=1526450400108&duration-in-mins=15&output=json'
Where is my challenge here: I got all metrics I want (because my rollup=false) 'cause I need all collections. But, when I got the response I see this situation:
{
"metricName": "Server|Component:33111|JMX|Web Container Runtime|Threads Hogging CPU",
"metricId": 41065330,
"metricPath": "Application Infrastructure Performance|Pague_Aqui_OSB_M7|Individual Nodes|op2_sc2_305_01|JMX|Web Container Runtime|Threads Hogging CPU",
"frequency": "ONE_MIN",
"metricValues": [
{
"occurrences": 1,
"current": 1,
"min": 1,
"max": 1,
"startTimeInMillis": 1526443200000,
"useRange": true,
"count": 1,
"sum": 1,
"value": 1,
"standardDeviation": 0
},
{
"occurrences": 1,
"current": 1,
"min": 1,
"max": 1,
"startTimeInMillis": 1526443260000,
"useRange": true,
"count": 1,
"sum": 1,
"value": 1,
"standardDeviation": 0
},
I have two collect inside one metric. I should split this. I need two arrays, something like:
{
"metricName": "Server|Component:33111|JMX|Web Container Runtime|Threads Hogging CPU",
"metricId": 41065330,
"metricPath": "Application Infrastructure Performance|Pague_Aqui_OSB_M7|Individual Nodes|op2_sc2_305_01|JMX|Web Container Runtime|Threads Hogging CPU",
"frequency": "ONE_MIN",
"metricValues": [
{
"occurrences": 1,
"current": 1,
"min": 1,
"max": 1,
"startTimeInMillis": 1526443200000,
"useRange": true,
"count": 1,
"sum": 1,
"value": 1,
"standardDeviation": 0
},
{
"metricName": "Server|Component:33111|JMX|Web Container Runtime|Threads Hogging CPU",
"metricId": 41065330,
"metricPath": "Application Infrastructure Performance|Pague_Aqui_OSB_M7|Individual Nodes|op2_sc2_305_01|JMX|Web Container Runtime|Threads Hogging CPU",
"frequency": "ONE_MIN",
"metricValues": [
"occurrences": 1,
"current": 1,
"min": 1,
"max": 1,
"startTimeInMillis": 1526443260000,
"useRange": true,
"count": 1,
"sum": 1,
"value": 1,
"standardDeviation": 0
},
Any idea? It is possible?
Tks
... View more
04-06-2018
06:42 AM
2 Kudos
Hi madankumar,
many tks for your reply. Actually I've created a HTTP Request Template using this informations and works fine for our customer 🙂
RAW URL: http://pnthx02b/bppmws/api/Event/create?routingId=pncell_pnthx02b&routingIdType=CELL_NAME
Payload:
[
{
"eventSourceHostName": "servidor.interno",
"eventSourceIPAddress": "192.8.8.8",
"attributes": {
"CLASS": "EVENT",
"mc_object": "${latestEvent.application.name}${latestEvent.node.name}",
"mc_object_class": "AppDynamics",
"mc_object_uri": "${latestEvent.deepLink}",
"mc_parameter": "${latestEvent.healthRule.name}",
"severity": "${ts_severity}",
"msg": "APM ${latestEvent.severity} Application ${latestEvent.application.name} Tier ${latestEvent.tier.name} NodeName ${latestEvent.node.name} $!{latestEvent.summaryMessage.replace('<b>','')}"
}
}
]
... View more
Latest Activity
- Got a Kudo for Re: Get Metrics via REST. 06-25-2020 11:50 AM
- Got a Kudo for Get Metrics via REST. 06-25-2020 11:50 AM
- Posted How to monitor a .NET code using Polymorphism on NET (Agent, Installation). 04-09-2019 01:50 PM
- Got a Kudo for Re: Get Metrics via REST. 02-14-2019 10:05 AM
- Got a Kudo for Re: Get Metrics via REST. 02-14-2019 08:36 AM
- Kudoed Re: Get Metrics via REST for Daniel.Odievich. 02-14-2019 05:45 AM
- Posted Re: Get Metrics via REST on Controller (SaaS, On Premise). 02-14-2019 05:44 AM
- Posted Re: BMC TrueSight integration on Controller (SaaS, On Premise). 08-31-2018 11:28 AM
- Got a Kudo for Re: BMC TrueSight integration. 08-30-2018 09:01 PM
- Kudoed Re: Mobile Monitoring using Apache Cordova + Ionic Framework for Anupam.Jindal. 08-02-2018 11:19 AM
- Posted Re: Get Metrics via REST on Controller (SaaS, On Premise). 07-10-2018 11:00 AM
- Posted Re: Error while retrieving the agent on Controller (SaaS, On Premise). 07-04-2018 08:16 AM
- Posted Re: Error while retrieving the agent on Controller (SaaS, On Premise). 07-03-2018 12:53 PM
- Got a Kudo for Get Metrics via REST. 05-16-2018 02:08 PM
- Posted Re: Error while retrieving the agent on Controller (SaaS, On Premise). 05-16-2018 12:07 PM
- Posted Get Metrics via REST on Controller (SaaS, On Premise). 05-16-2018 12:00 PM
- Kudoed Re: BMC TrueSight integration for Madan.Kumar. 04-06-2018 07:01 AM
- Got a Kudo for Re: BMC TrueSight integration. 04-06-2018 06:49 AM
- Posted Re: BMC TrueSight integration on Controller (SaaS, On Premise). 04-06-2018 06:42 AM
- Got a Kudo for Re: Where can I get a sample Java application to try AppD for my own learning?. 03-23-2018 11:38 AM
Community Stats
Date Registered | 01-27-2015 03:51 AM |
Date Last Visited | 01-21-2020 06:50 AM |
Total Messages Posted | 50 |
Total Kudos Received | 11 |