Grafana Plugin to Graph timeseries from Dynatraces API
More information on the Dynatrace API
- Only proxy mode supported
- Only on premise installations
- Problems and events API are not implemented, only Timeseries
Checkout in grafana/data/plugins
, run the commands listed in "Dev setup" and restart Grafana.
npm install yarn
./node_modules/yarn/bin/yarn install
npm run build
Checkout in grafana-dynatrace-datasource
Build and run:
cd grafana-dynatrace-datasource
docker build -t grafana:latest-with-plugins .
docker run -d -p 3000:3000 grafana:latest-with-plugins
1.0.1
- Initial release
- Update Dockerfile to build with Grafana v7.0+