20 May 2019
05:58 PM
- last edited on
22 Dec 2022
12:57 PM
by
AgataWlodarczyk
20 May 2019 06:18 PM
Can you provide an example of what you're trying to accomplish?
20 May 2019 06:37 PM
Currently we are using jasper plugin to modify the dashboard data to provide report in desired output, which requires additional java coding effort.
We are in search of any open source tool integrated with dynatrace which reduces the coding effort
20 May 2019 09:12 PM
Data that are available on dashboard can be exported via timeseries api and chart as you want in tool of your choice (even kibana or grafana).
Sebastian
21 May 2019 09:20 AM
yes I agree with Sebastian it can be done via Timeseries Api and small script in any language.
31 May 2019 12:21 PM
Depending on the type of dashboard the User Session Export might also be an option.
You can push the data to elasticsearch and build dashboards with kibana for example.
For timeseries metrics you would need to get the metrics via API as Sebastian mentioned.