From f7e5b6f1b54f72013c753d7b1d0bffc370de76c9 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Tue, 23 Apr 2024 09:03:57 -0700 Subject: [PATCH] [chore][processor/remotetap] Update README.md (#32642) --- processor/remotetapprocessor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processor/remotetapprocessor/README.md b/processor/remotetapprocessor/README.md index 98f0095082da2..e273bba5de7c9 100644 --- a/processor/remotetapprocessor/README.md +++ b/processor/remotetapprocessor/README.md @@ -22,11 +22,11 @@ any open WebSockets is rate limited by an adjustable amount. ## Config -The WebSocket processor has two configurable fields: `port` and `limit`: +The WebSocket processor has two configurable fields: `endpoint` and `limit`: - `endpoint`: The endpoint on which the WebSocket processor listens. Optional. Defaults to `0.0.0.0:12001`. - The `component.UseLocalHostAsDefaultHost` feature gate changes this to localhost:12001. This will become the default in a future release. + The `component.UseLocalHostAsDefaultHost` feature gate changes this to `localhost:12001`. This will become the default in a future release. - `limit`: The rate limit over the WebSocket in messages per second. Can be a float or an integer. Optional. Defaults to `1`.