mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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 ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user