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

EC2 Instance Type Reporting Issue #92

Closed ericnoelke closed 2 years ago

ericnoelke commented 3 years ago

The current instance type reported in Cloud Optimize does not match the current instance type in the AWS console. For example, Cloud Optimize is reporting the current instance type as r4.2xlarge when the EC2 console says it is r4.8xlarge. The r4.8xlarge has been running for several days so it should have reported in and been captured that the instance is no longer an r4.2xlarge.

Kav91 commented 3 years ago

Hi, thanks for raising are you able to provide me some additional information on this instance please.

  1. click query your data in top right
  2. use the following query SELECT * FROM SystemSample LIMIT 1 WHERE entityName = 'nameOfYourInstanceHERE'
  3. click the dropdown and select the json option
  4. paste the json in your reply
Kav91 commented 2 years ago

Closing, as potentially fixed in #106 release, which is a complete re-write. Reopen if issue persists.