mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-28 04:56:58 +00:00
Merge branch 'pratik/otel-phase6-statsd' into pratik/otel-phase7-native-metrics
This commit is contained in:
@@ -132,14 +132,13 @@ public:
|
||||
|
||||
bool
|
||||
ForceFlush(
|
||||
std::chrono::microseconds timeout = (std::chrono::microseconds::max)()) noexcept override
|
||||
std::chrono::microseconds timeout = std::chrono::microseconds::max()) noexcept override
|
||||
{
|
||||
return delegate_->ForceFlush(timeout);
|
||||
}
|
||||
|
||||
bool
|
||||
Shutdown(
|
||||
std::chrono::microseconds timeout = (std::chrono::microseconds::max)()) noexcept override
|
||||
Shutdown(std::chrono::microseconds timeout = std::chrono::microseconds::max()) noexcept override
|
||||
{
|
||||
return delegate_->Shutdown(timeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user