@Krow10
"""
I was looking at the metrics available from the Clickhouse sink, I see we have the useful /blocks endpoints to get information about min, max, deltas, etc.
"""
But wouldn't it make more sense to have that information per-chain stored in the DB ?
Example from the sink running in the dev cluster right now:
I think the lowest and max blocks are referring to different blockchains (EOS for max, UX for min I believe) since we only started the webhooks yesterday (using -1 as start block so only data from yesterday to now is present).
@Krow10 """ I was looking at the metrics available from the Clickhouse sink, I see we have the useful
/blocks
endpoints to get information about min, max, deltas, etc. """But wouldn't it make more sense to have that information per-chain stored in the DB ?
Example from the sink running in the dev cluster right now:
I think the lowest and max blocks are referring to different blockchains (EOS for max, UX for min I believe) since we only started the webhooks yesterday (using
-1
as start block so only data from yesterday to now is present).