_balance_notary metrics disappeared #55

Closed
opened 2025-12-28 18:12:15 +00:00 by sami · 2 comments
Owner

Originally created by @532910 on GitHub (Feb 28, 2024).

Originally assigned to: @smallhive on GitHub.

neofs_net_monitor_sn_balance_notary
neofs_net_monitor_alphabet_balance_notary
check NeoFS Network Monitor dashborad for details

Originally created by @532910 on GitHub (Feb 28, 2024). Originally assigned to: @smallhive on GitHub. neofs_net_monitor_sn_balance_notary neofs_net_monitor_alphabet_balance_notary check NeoFS Network Monitor dashborad for details
sami 2025-12-28 18:12:15 +00:00
  • closed this issue
  • added the
    bug
    I4
    S4
    U2
    labels
Author
Owner

@smallhive commented on GitHub (Feb 29, 2024):

The problem is and it is visible on debug log level. Looks like

{"level":"debug","ts":"2024-02-29T09:16:26.561+0400","caller":"monitor/side_job.go:208","msg":"can't fetch notary balance of node from the NeoFS network map","key":"024cda0e7f60284295101465fc47e8a324da994b1cb39ba56825550025c9e9598b","error":"format: invocation failed: at instruction 34 (SYSCALL): System.Contract.Call failed: method not found: decimals/0"}
...
{"level":"debug","ts":"2024-02-29T09:16:32.193+0400","caller":"monitor/side_job.go:300","msg":"can't fetch notary balance of the NeoFS Alphabet member","key":"020b86534a9a264d28b79155b0ec36d555ed0068eb1b0c4d40c35cc7d2f04759b8","error":"format: invocation failed: at instruction 34 (SYSCALL): System.Contract.Call failed: method not found: decimals/0"}
...
@smallhive commented on GitHub (Feb 29, 2024): The problem is and it is visible on _debug_ log level. Looks like ``` {"level":"debug","ts":"2024-02-29T09:16:26.561+0400","caller":"monitor/side_job.go:208","msg":"can't fetch notary balance of node from the NeoFS network map","key":"024cda0e7f60284295101465fc47e8a324da994b1cb39ba56825550025c9e9598b","error":"format: invocation failed: at instruction 34 (SYSCALL): System.Contract.Call failed: method not found: decimals/0"} ... {"level":"debug","ts":"2024-02-29T09:16:32.193+0400","caller":"monitor/side_job.go:300","msg":"can't fetch notary balance of the NeoFS Alphabet member","key":"020b86534a9a264d28b79155b0ec36d555ed0068eb1b0c4d40c35cc7d2f04759b8","error":"format: invocation failed: at instruction 34 (SYSCALL): System.Contract.Call failed: method not found: decimals/0"} ... ```
Author
Owner

@roman-khimov commented on GitHub (Feb 29, 2024):

Notary contract is not NEP-17! It has a similar balanceOf, but it's not a token by itself.

@roman-khimov commented on GitHub (Feb 29, 2024): Notary contract is not NEP-17! It has a similar `balanceOf`, but it's not a token by itself.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-exporter#55
No description provided.