ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

fix: Subscribe to node metrics model before publishing to it #3260

Closed stbrody closed 1 month ago

stbrody commented 1 month ago

Testing locally, starting the NodeMetrics publisher still fails. It's failing because the node doesn't have the NodeMetrics data model stored locally in its block store. We need to figure out how to make the NodeMetrics model available to nodes before this will work. See https://linear.app/3boxlabs/issue/AES-233/make-nodemetrics-model-available-to-c1-nodes for more info.

linear[bot] commented 1 month ago

AES-232 Subscribe to NodeMetrics model when nodeMetrics enabled