← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1444456] [NEW] Performance leak in "metering" dashboard

 

Public bug reported:

Some types of requests to ceilometer in metering dashboard is not
optimized. So we have a performance leak in environments with huge
amount of ceilometer data.

Main bottlenecks which I see:
* Using a meter-list for getting a "unit" for metric. Meter list get all available metric on environment, it's may be a thousands of records. It's better to use sample-list for this metric with "limit" 1. It gets a 1 sample for metric.
* 7 day period by default for collecting statistics. On huge amount of data it's may freeze the horizon and ceilometer api, it's better to get one day statistics by default.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1444456

Title:
  Performance leak in "metering" dashboard

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Some types of requests to ceilometer in metering dashboard is not
  optimized. So we have a performance leak in environments with huge
  amount of ceilometer data.

  Main bottlenecks which I see:
  * Using a meter-list for getting a "unit" for metric. Meter list get all available metric on environment, it's may be a thousands of records. It's better to use sample-list for this metric with "limit" 1. It gets a 1 sample for metric.
  * 7 day period by default for collecting statistics. On huge amount of data it's may freeze the horizon and ceilometer api, it's better to get one day statistics by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1444456/+subscriptions


Follow ups

References