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
When we run TryCP-based scenarios, we are running one control node and connecting to several targets that have TryCP and Holochain on them. We collect custom and host metrics from the control node but we don't yet collect any metrics from Holochain on the target nodes.
Modify Holochain to integrate with Telegraf, and have TryCP launch Holochain with it configured to write metrics to file. At the end of the scenario we could have TryCP run Telegraf to push metrics to InfluxDB
Investigate a tool that could run Wind Tunnel scenarios the way that they were originally designed to run. That is, without TryCP. Then figure out how to integrate Telegraf with that tool.
Holochain would need to know to push the run_id as a tag with each record
How much work would it be to support both collecting metrics in real time and after the run?
The text was updated successfully, but these errors were encountered:
When we run TryCP-based scenarios, we are running one control node and connecting to several targets that have TryCP and Holochain on them. We collect custom and host metrics from the control node but we don't yet collect any metrics from Holochain on the target nodes.
Depends on: #111
We could solve this in two ways
run_id
as a tag with each recordThe text was updated successfully, but these errors were encountered: