Skip to content

Commit

Permalink
NGINX example update (#5283)
Browse files Browse the repository at this point in the history
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
muralikanagala and opentelemetrybot authored Oct 2, 2024
1 parent c00c56c commit 3581e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/collector/deployment/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Let's have a look at such a case where we are using the load-balancing exporter:

### NGINX as an "out-of-the-box" load balancer

Assuming you have three collectors (`collector1`, `collector2`, and
`collector3`) configured and you want to load balance traffic across them using
NGINX, you can use the following configuration:
Assuming you have two collectors (`collector1` and `collector2`) configured and
you want to load balance traffic across them using NGINX, you can use the
following configuration:

```nginx
server {
Expand Down

0 comments on commit 3581e0e

Please sign in to comment.