Giter VIP home page Giter VIP logo

mulesoftappdynamicsagentplugin's Introduction

Features

  • Ensures the AppDynamics agent doesn't lose track of a transaction during complex flow and api calls due to mule's reactor framework
  • Collects the flow name, start time, and processors called for each transaction and uploads them to the data collectors
  • Detects artifact deployments and submits events for installation and startup of the artifact, and even includes a call stack when an API fails to start.

published

Required

  • Agent version 21.4+
  • Mulesoft version 4.3.0+
  • Java 8

Deployment steps

  • Copy AppD-MuleAgentTracer-2.1.jar file under <agent-install-dir>/ver.x.x.x.x/sdk-plugins
  • OPTIONALLY: add the following config options as well to the wrapper.conf
  wrapper.java.additional.92=-DAppDynamicsForceMulesoftStatisticsCollection=false
  wrapper.java.additional.93=-DAppDynamicsFlattenNameMulesoftStatisticsCollection=false
  • Restart the mule JVM
  • Edit MuleMetricCollection.properties file in <agent-install-dir>/ver.x.x.x.x/sdk-plugins to use the flow statistics white list and black list properties. Some organizations have thousands of flows and will not want to monitor all of them, this feature may or may not be needed for your deployment
 com.appdynamics.mulesoft.agent.metric.blackListRegex=regex test # to skip collection on match
 com.appdynamics.mulesoft.agent.metric.whiteListRegex=regex test # to collect on match else skip (applied after blacklist)

Flow data may come back in ways that are not intuitive to the developers creating flows and subflows. A review of this reference may help before considering something a "bug" https://docs.mulesoft.com/mule-runtime/4.3/about-flows

If errors in the agent log file resembling these lines:

[appdynamics-analytics-autodata-writer1] 11 May 2021 13:20:34,039  WARN AnalyticsAutoDataTransform - Enqueuing transformed CollectionData failed since publish queue is full. This operation has failed [18000] time(s).
[appdynamics-analytics-autodata-writer1] 11 May 2021 13:20:34,040  WARN AnalyticsAutoDataTransform - Enqueuing transformed CollectionData failed since publish queue is full. This operation has failed [18100] time(s).
[appdynamics-analytics-autodata-writer1] 11 May 2021 13:20:54,198  WARN AnalyticsAutoDataTransform - Enqueuing transformed CollectionData failed since publish queue is full. This operation has failed [18200] time(s).
[appdynamics-analytics-autodata-writer1] 11 May 2021 13:25:15,542  WARN AnalyticsAutoDataTransform - Enqueuing transformed CollectionData failed since publish queue is full. This operation has failed [18300] time(s).
[appdynamics-analytics-autodata-writer1] 11 May 2021 13:26:54,198  WARN AnalyticsAutoDataTransform - Enqueuing transformed CollectionData failed since publish queue is full. This operation has failed [18400] time(s).

add this node property to mulesoft nodes: max-analytics-collectors-allowed=5000 (2000 is default, but that isn't enough in large environments)

mulesoftappdynamicsagentplugin's People

Contributors

jbsouthe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.