You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the execution of function startInProcess(), if telemetry is enabled in the configuration and the API server is disabled, telemetry will not be started correctly because the function start() in file server/api/server.go will not be invoked.
In addition, the function startStandAlone() also will not start the telemetry correctly if the telemetry is enabled in the configuration.
Failing to start telemetry will make the node miss crucial on-chain metrics and increase the difficulty of future optimization.
Summary of Bug
The initialization of telemetry is implemented in function
start()
in the fileserver/api/server.go
.During the execution of function
startInProcess()
, if telemetry is enabled in the configuration and the API server is disabled, telemetry will not be started correctly because the functionstart()
in fileserver/api/server.go
will not be invoked.In addition, the function
startStandAlone()
also will not start the telemetry correctly if the telemetry is enabled in the configuration.Failing to start telemetry will make the node miss crucial on-chain metrics and increase the difficulty of future optimization.
Version
e19f863
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: