20 May 2019
09:58 AM
- last edited on
22 Dec 2022
04:57 AM
by
AgataWlodarczyk
Can you provide an example of what you're trying to accomplish?
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
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
yes I agree with Sebastian it can be done via Timeseries Api and small script in any language.
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.