Optionally collect telemetry metrics and submit them to a centralized opentelemetry server. - Spin up a free influxdb cloud instance - Build the holochain-kangaroo holochain lib with the feature flag `metrics_influxive` - Configure holochain_metrics to point to the influxdb instance: https://github.com/holochain/holochain/blob/develop/crates/holochain_metrics/src/lib.rs#L26C1-L26C1 Ideally we should have some kind of UX for enabling / disabling metrics collection.
Optionally collect telemetry metrics and submit them to a centralized opentelemetry server.
metrics_influxiveIdeally we should have some kind of UX for enabling / disabling metrics collection.