mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
minor naming change
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -322,7 +322,7 @@ makeTelemetry(Telemetry::Setup const& setup, beast::Journal journal);
|
||||
@return A populated Setup struct with defaults for missing values.
|
||||
*/
|
||||
Telemetry::Setup
|
||||
setupTelemetry(
|
||||
makeTelemetrySetup(
|
||||
Section const& section,
|
||||
std::string const& nodePublicKey,
|
||||
std::string const& version,
|
||||
|
||||
@@ -80,7 +80,7 @@ networkTypeFromId(std::uint32_t networkId)
|
||||
} // namespace
|
||||
|
||||
Telemetry::Setup
|
||||
setupTelemetry(
|
||||
makeTelemetrySetup(
|
||||
Section const& section,
|
||||
std::string const& nodePublicKey,
|
||||
std::string const& version,
|
||||
|
||||
@@ -326,7 +326,7 @@ public:
|
||||
[this] { signalStop("PerfLog"); }))
|
||||
, telemetry_(
|
||||
telemetry::makeTelemetry(
|
||||
telemetry::setupTelemetry(
|
||||
telemetry::makeTelemetrySetup(
|
||||
config_->section("telemetry"),
|
||||
"", // Updated later via setServiceInstanceId()
|
||||
BuildInfo::getVersionString(),
|
||||
|
||||
Reference in New Issue
Block a user