Skip to content
Snippets Groups Projects
Commit 1aeedab2 authored by Levente Pap's avatar Levente Pap
Browse files

Update /info webapi data collection

parent e6cf6600
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ func getInfo(c echo.Context) error {
IdentityID: local.GetInstance().Identity.ID().String(),
PublicKey: local.GetInstance().PublicKey().String(),
RequestQueueSize: int(metrics.MessageRequestQueueSize()),
SolidMessageCount: int(metrics.MessageSolidCountIter()),
TotalMessageCount: int(metrics.MessageTotalCountDBIter()),
SolidMessageCount: int(metrics.MessageSolidCountDB()),
TotalMessageCount: int(metrics.MessageTotalCountDB()),
EnabledPlugins: enabledPlugins,
DisabledPlugins: disabledPlugins,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment