Business iQ (Analytics)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Pushing data to Events schema

Hi All,   Am trying to build a custom Extension with Java. As per this page, https://docs.appdynamics.com/display/PRO43/Build+a+Monitoring+Extension+Using+Java We can use AManagedMonitor class to push data to Metrics schema So is there a class that w...

Resolved! Device usage metrics for our application

Hey,   We have our app acessible across plaforms (web, iOS and windows 10 native).    What I am trying to do is to create a dashboard to show the device/platforms adoption. I see transactions from our web and iOS apps but not windows native (dont hav...

Create Event Schema 500 Error

Can you please explain why I cannot create an event schema? I get 500 Error (Exception Message chain)   Thanks Atul   Create Event Schema Error   {    "statusCode": 500,    "code": "Unknown",    "message": "Unknown server error: [null]",    "develope...

Custom Event data publishing using XML

Is it possible to use XML instead of JSON for the custom event data publish. If it possible could you post an example similar to this. Thanks curl -X POST "<events_service_endpoint>:9080/events/publish/myProducts" -H"X-Events-API-AccountName:customer...

Event schema design

I need to create a custom schema. AppD documentation is not very extensive on how to create complex (nested) custom schemas. Or can only flat schemas be created in Appdynamics? Where can I get documentaiton create event schema examples in AppDynamics...