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
Now we have only latest_block_height, which I can sometimes cast to datetime accurate enough in my head 😄 , but it's better just to have the other metrics, with the timestamp.
We can easily show block_timestamp / 1000000000 (it's epoch timestamp in seconds), it perfectly fits into i64, and on grafana side we can cast it to human-readable datetime.
As usual, same for balances project.
The text was updated successfully, but these errors were encountered:
@telezhnaya We can already cast the block_timestamp into human-readable DateTime on Grafana at the moment. What value add would outputting metrics as epoch timestamp in seconds bring?
Now we have only latest_block_height, which I can sometimes cast to datetime accurate enough in my head 😄 , but it's better just to have the other metrics, with the timestamp.
We can easily show
block_timestamp / 1000000000
(it's epoch timestamp in seconds), it perfectly fits into i64, and on grafana side we can cast it to human-readable datetime.As usual, same for balances project.
The text was updated successfully, but these errors were encountered: