- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2019
04:29 PM
- last edited on
‎13 Dec 2021
12:24 PM
by
MaciejNeumann
I'm working on metric's report and I would to create an automatic report based on custom chart export.
Is this operation possible? Seems that any API can reach this.
Thanks a lot in advance!
Solved! Go to Solution.
- Labels:
-
reports

- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2019 11:33 PM
Hello Davide,
I don't think you can export a custom chart. Here are a few options that you have:
Pin the chart to a dashboard and share the dashboard with the persons that you want to view the chart. The dashboard can be viewed even without a Dynatrace login once they have the link.
Use the API to extract the metrics that you used in your chart. This does not create the chart for you it would just pull out the raw metrics which you could put in a table or spreadsheet for viewing.
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/
Thanks,
David Nicholls
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Mar 2019 10:23 AM
Thanks David, ok got it. Is possible to know the timeseriesID without get the timeseries API?
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Mar 2019 12:19 PM
The Build-In and Plugin Metrics and there timseriesID are described in the API metric documentation.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Mar 2019 07:42 PM
While you won't be able to automate a report on a Custom Chart, you can in fact export the chart data to CSV, XLS, or an SVG image file: https://www.dynatrace.com/news/blog/create-ad-hoc-...
Kind regards,
Joshua P.

- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Mar 2019 07:51 PM
Thanks for posting that Josh, I always forget about that option.
