Skip to content

Commit a1017bb

Browse files
committed
fixup! Add OTLP-only observability controls
1 parent b3520db commit a1017bb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ Copy `config.example.toml` to `config.toml` and edit it. Key sections:
4646
| `otlp_endpoint` | no | OTLP gRPC endpoint for distributed tracing |
4747

4848
Set `AGENT_GATEWAY_LOG_STDOUT=false` to disable stdout/stderr formatting while
49-
leaving OTLP export enabled. The sidecar reads observability settings from
50-
environment variables. Use `RUST_LOG` for its tracing filter and set
51-
`OTEL_EXPORTER_OTLP_ENDPOINT` (for example, `http://localhost:4317`) to export
52-
sidecar spans over OTLP. When enabled, the sidecar injects W3C trace-context
53-
headers into the CONNECT request it sends to the gateway, and the gateway
54-
continues the same trace.
49+
leaving OTLP export enabled.
5550

5651
## Running
5752

0 commit comments

Comments
 (0)