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: receiver/zookeeperreceiver/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ to be enabled for the receiver to be able to collect metrics.
19
19
20
20
## Configuration
21
21
22
-
-`endpoint`: (default = `:2181`) Endpoint to connect to collect metrics. Takes the form `host:port`.
22
+
-`endpoint`: (default = `0.0.0.0:2181`) Endpoint to connect to collect metrics. Takes the form `host:port`. The `component.UseLocalHostAsDefaultHost` feature gate changes this to localhost:2181. This will become the default in a future release.
23
23
-`timeout`: (default = `10s`) Timeout within which requests should be completed.
24
24
-`initial_delay` (default = `1s`): defines how long this receiver waits before starting.
0 commit comments