Skip to content

Commit

Permalink
[chore][processor/remotetap] Update README.md (open-telemetry#32642)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored and rimitchell committed May 8, 2024
1 parent e1e5cdd commit e0cf359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/remotetapprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit e0cf359

Please sign in to comment.