Code Monkey home page Code Monkey logo

go-appd's Introduction

go-appd

Go wrapper around the AppDynamics C SDK See official documentation of AppD C/C++ SDK Guide Reference

Only tested on Linux

You will need to install the AppDynamics C/C++ SDK first get it from here You will need an account to login in to this portal, see your AppDynamics account manager or sign up for a free trial.

Take a look at the included example and note how the configuration is set. The access key and account name is unique to your account, you can get this from the License page in the Controller UI. When the SDK proxy is running the logs subdirectory will provide useful diagnostic data. Note how any backends are defined first before they are used.

You will need to set some environmental variables before you can use this.

APPD_SDK_HOME=/path/to/the/sdk_lib
CGO_CFLAGS="-I $APPD_SDK_HOME"
CGO_LDFLAGS="-L $APPD_SDK_HOME/lib -l appdynamics_native_sdk"
LD_LIBRARY_PATH=$APPD_SDK_HOME/lib

Now just install

go get github.com/steveww/go-appd

go-appd's People

Contributors

steveww avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.