pinax-network / substreams-sink

Substreams Sink library
MIT License
4 stars 1 forks source link

Support `--collect-default-metrics` to sink #6

Closed DenisCarriere closed 1 year ago

DenisCarriere commented 1 year ago
if (options.collectDefaultMetrics) collectDefaultMetrics(options.labels);

bin/cli.ts

command.option('--collect-default-metrics <boolean>', "Collect default metrics", DEFAULT_COLLECT_DEFAULT_METRICS);
chamorin commented 1 year ago

Done in commit: https://github.com/pinax-network/substreams-sink/commit/9ef575b9aeaf1f10f405d4ca0a2d44ebd88eb666 with changes to use new Option(...)