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
Copy file name to clipboardExpand all lines: docs/runbook/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,4 @@ This page gathers the available guides to operate a Mithril network.
23
23
|**Publish packages to npm manually**|[manual-publish-npm](./manual-publish-npm/README.md)| Manually publish packages to npm registry. |
24
24
|**Client multi-platform test**|[test-client-multiplatform](./test-client-multiplatform/README.md)| Run multi-platform client CLI binaries, docker and WASM package tests. |
25
25
|**Maintain the networks configuration file**|[maintain-networks-configuration-file](./maintain-networks-configuration-file/README.md)| Maintain the `networks.json` file |
Copy file name to clipboardExpand all lines: docs/website/root/manual/developer-docs/nodes/mithril-aggregator.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,7 @@ Here is a list of the available parameters:
456
456
|`enable_metrics_server`|`--enable-metrics-server`| - |`ENABLE_METRICS_SERVER`| Enable metrics HTTP server (Prometheus endpoint on /metrics) |`false`| - | - |
457
457
|`metrics_server_ip`|`--metrics-server-ip`| - |`METRICS_SERVER_IP`| Metrics HTTP server IP |`0.0.0.0`| - | - |
458
458
|`metrics_server_port`|`--metrics-server-port`| - |`METRICS_SERVER_PORT`| Metrics HTTP server listening port |`9090`| - | - |
459
+
|`persist_usage_report_interval_in_seconds`|| - |`PERSIST_USAGE_REPORT_INTERVAL_IN_SECONDS`| Duration in seconds between two recording of usage metrics |`10`|`5`| - |
0 commit comments