<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-02-13 19:17 GMT+04:00 Lance Lyons <span dir="ltr"><<a href="mailto:Lance_Lyons@onlifehealth.com" target="_blank">Lance_Lyons@onlifehealth.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":25y" style="overflow:hidden">"message_stats":{"ack":8628,"ack_details":{"rate":0.0},"deliver":8628,"deliver_details":{"rate":0.2},"deliver_get":8628,"deliver_get_details":{"rate":0.2},"publish":8628,"publish_details":{"rate":0.0}}</div>

</blockquote></div><br>Formatted: <a href="https://gist.github.com/michaelklishin/b07a72c30e67ecad6908">https://gist.github.com/michaelklishin/b07a72c30e67ecad6908</a><br><br clear="all"><div>message_stats.publish_details.rate is what you are after. That said, this is a *queue* stats</div>

<div>while to get a close enough dead lettering rate, you need a similar rate metric for the exchange</div><div>you specify as DLX (message_stats.publish_in_details.rate).</div><div><br></div><div>There is no reference for HTTP API responses but you can get some idea from structures in</div>

<div>this client:</div><div><br></div><div><a href="https://github.com/michaelklishin/rabbit-hole/blob/master/exchanges.go">https://github.com/michaelklishin/rabbit-hole/blob/master/exchanges.go</a><br></div><div><a href="https://github.com/michaelklishin/rabbit-hole/blob/master/common.go">https://github.com/michaelklishin/rabbit-hole/blob/master/common.go</a><br>

</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>