Improve reporting of StateAccounting metrics:

* Metrics are now exported over insight.
* Fixes a minor bug that affected the reporting of gauges
This commit is contained in:
mbhandary
2019-12-19 18:56:52 -05:00
committed by Manoj doshi
parent b784988caf
commit facb627786
4 changed files with 78 additions and 14 deletions

View File

@@ -589,7 +589,7 @@ void StatsDGaugeImpl::flush ()
ss <<
m_impl->prefix() << "." <<
m_name << ":" <<
m_value << "|c" <<
m_value << "|g" <<
"\n";
m_impl->post_buffer (ss.str ());
}