<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>Hey Andres,</div>
<div><br>
</div>
<div>In my experience with usage gathering consolidating statistics at the root layer is usually a bad idea. The reason is that you lose potentially useful information once you consolidate data. When it comes to troubleshooting issues (such as billing) this
 lost information can cause problems since there is no way to "replay" what had actually happened. That said, there is no free lunch and keeping track of huge amounts of data can be a huge engineering challenge. We have a separate thread on what kinds of metrics
 we want to expose from the LBaaS service so perhaps it would be nice to understand these in more detail.</div>
<div><br>
</div>
<div>
<div>Cheers,</div>
<div style="font-family: Calibri, sans-serif; "><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">--Jorge</font></font></div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span><Buraschi>, Andres <<a href="mailto:andres.buraschi@intel.com">andres.buraschi@intel.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, June 10, 2014 3:34 PM<br>
<span style="font-weight:bold">To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>[openstack-dev] [Neutron][LBaaS] Consolidated metrics proposal<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Intel Clear Light";
        panose-1:2 11 4 4 2 2 3 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-family: 'Intel Clear Light', sans-serif; ">Hi, we have been struggling with getting a meaningful set of metrics from LB stats thru ceilometer, and from a discussion about module responsibilities for providing data, an
 interesting idea came up. </span><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">(Thanks Pradeep!)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">The proposal is to consolidate some kinds of metrics as pool up time (hours) and average or historic response times of VIPs and listeners, to avoid having ceilometer
 querying for the state so frequently. There is a trade-off between fast response time (high sampling rate) and reasonable* amount of cumulative samples.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">The next step in order to give more detail to the idea is to work on a use cases list to better explain / understand the benefits of this kind of data grouping.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">What dou you think about this?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">Do you find it will be useful to have some processed metrics on the loadbalancer side instead of the ceilometer side?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">Do you identify any measurements about the load balancer that could not be obtained/calculated from ceilometer?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family: 'Intel Clear Light', sans-serif; ">Perhaps this could be the base for other stats gathering solutions that may be under discussion?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family: 'Intel Clear Light', sans-serif; "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-family: 'Intel Clear Light', sans-serif; ">Andres<o:p></o:p></span></p>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>