Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 838 Bytes

AppDynamics Grafana Datasource

AppDynamics datasource for grafana.

example_dashboard

Grafana CLI

grafana-cli plugins install dlopes7-appdynamics-datasource

With docker

With the command below, grafana will start on localhost:3000 (192.168.99.100:3000 if on windows)

docker run -d -p 3000:3000 --name grafana -e "GF_INSTALL_PLUGINS=dlopes7-appdynamics-datasource" grafana/grafana

Note on the Datasource config

Use proxy access (to avoid CORS and users looking up your password) and basic authentication.

config

For the devs out there:

  1. git clone https://github.com/dlopes7/appdynamics-grafana-datasource
  2. docker run -d -p 3000:3000 --name grafana -v `pwd`:/var/lib/grafana/plugins/appdynamics-grafana-datasource/ grafana/grafana