Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Dynatrace/Dynatrace-AppMon-JSON-Reporting-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JSON Reporting Plugin

images_community/download/attachments/43384848/icon.png

This plugin enables dynaTrace Dashboard Reports to produce JSON Output. Use this Plugin to integrate Dynatrace Dashboard data with e.g: your existing Web 2.0 Portals by requesting Dynatrace report-data in JSON data format.

Find further information in the Dynatrace community

Enhancing/Building/Development

Change it

Create matching Eclipse project files

./gradlew eclipse

Run unit tests

./gradlew check jacocoTestReport

Build it

./gradlew -PdynaTraceVersion=6.5.0.<x> plugin

Note: Set the version higher every time you deploy to ensure the new version is loaded in the Dynatrace Server.

Deploy it

  • The resulting .dtp file can be found in the directory plugin/dist
  • Use the plugin-dialog in the Dynatrace Client to upload the plugin to the server.
  • Note that a restart of the Server which is running the plugin might be required in some cases (e.g. when upgrading from a previous version of the plugin).