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/public-networks/reference/cli/options.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2374,10 +2374,12 @@ metrics-push-enabled=true
2374
2374
2375
2375
</Tabs>
2376
2376
2377
-
Enables or disables [push gateway integration].
2377
+
Enables or disables [push gateway integration]. The default is `false`.
2378
+
2379
+
:::note
2378
2380
2379
2381
You can't specify `--metrics-push-enabled` with [`--metrics-enabled`](#metrics-enabled). That is, you can enable either Prometheus polling or Prometheus push gateway support, but not both at once.
2380
-
<!-- No default specified -->
2382
+
:::
2381
2383
2382
2384
### `metrics-push-host`
2383
2385
@@ -2962,7 +2964,7 @@ The predefined network configuration. The default is `mainnet`.
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC WebSocket service.
5088
-
<!-- No default specified -->
5088
+
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC WebSocket service. The default is `false`.
5089
+
5089
5090
:::note
5090
5091
5091
5092
`wscat` doesn't support headers. [Authentication](../../how-to/use-besu-api/authenticate.md) requires you to pass an authentication token in the request header. To use authentication with WebSockets, you need an app that supports headers.
0 commit comments