31 May 2021
02:45 AM
- last edited on
06 Jul 2021
12:47 AM
by
MaciejNeumann
We consider a vital functionality, being able to export the metrics, configuration and other data of the tool, in order to be able to centralize all that information in an external dashboarding system in order to perform data analysis (BI).
Mainly, it should be avoided that hundreds of clients are accessing via API with the consequent management of tokens and especially the high consumption and decrease in performance that Dynatrace itself would suppose.
Is there a module or tool to carry out this export in a massive way?.
Solved! Go to Solution.
You can use monaco to export the entire configuration:
https://github.com/dynatrace-oss/dynatrace-monitoring-as-code
For metrics (and anything accessible via API) I would instead integrate Grafana/Kibana directly to the REST API, instead of trying to export the entire dataset to some other place that would then have to be consumed by Grafana/Kibana anyways, this is an expensive move operation considering that the data is already stored and accessible.