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
This is a list of updates made to gossamer to enable Zombienet to work without changes:
Added prometheus gauge substrate_process_start_time_seconds, this metric is used by zombienet to confirm the node has started. Not sure if we want metrics in gossamer that are in the substrate namespace, so consider different ways to handle this.
Created flag --rpc-cors that zombienet uses when starting nodes, this has not been implemented in gossamer, just the flag has been added so that gossamer will not throw an error when it sees this flag.
@edwardmack is this issue still valid? Can we move it to ready status?
@timwu20 yes, the --rpc-cors flag has not been implemented yet for gossamer, we're still using a dummy flag as a placeholder for zombienet. We would also need to investigate the promethous gauge usage.
Task summary
This is a list of updates made to gossamer to enable Zombienet to work without changes:
substrate_process_start_time_seconds
, this metric is used by zombienet to confirm the node has started. Not sure if we want metrics in gossamer that are in the substrate namespace, so consider different ways to handle this.--rpc-cors
that zombienet uses when starting nodes, this has not been implemented in gossamer, just the flag has been added so that gossamer will not throw an error when it sees this flag.Other information and links
The text was updated successfully, but these errors were encountered: