newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

Export Functionalty Removed #108

Closed AllegisChambers closed 2 years ago

AllegisChambers commented 2 years ago

Summary

Previously, we were able to export the results into at least CSV to be loaded and analyzed offline and swizzled into various tools and reports. With the launch of the new tool, we cannot find a way to export this data.

Desired Behaviour

While viewing an optimization report, we should at least be able to export the existing view.

Possible Solution

A simple export button to export the current view in a simple format such as CSV

Additional context

We often have to export and analyze this data for various leadership reporting and commentary/planning purposes.

Kav91 commented 2 years ago

Have added a full raw json export in v3.13.0. Note the data structure is not a simple flat csv as before since we've expanded to cater for many new entity types which have different attributes/columns in their respective tables, it includes everything including tags for the targeted entities. The public catalog version should be updated shortly to reflect this change.

Kav91 commented 2 years ago

Closing as the application has an export json data feature now. Feel free to re-open if any concerns.