Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] [receiver/zipkin] fix configuration docs #22701

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions receiver/zipkinreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ receivers:

The following settings are configurable:
andrzej-stencel marked this conversation as resolved.
Show resolved Hide resolved

- `endpoint` (default = 0.0.0.0:9411): host:port to which the receiver is going
to receive data. The valid syntax is described at
https://github.com/grpc/grpc/blob/master/doc/naming.md.
- `endpoint` (default = 0.0.0.0:9411): host:port to which the receiver is going to receive data.
andrzej-stencel marked this conversation as resolved.
Show resolved Hide resolved

## Advanced Configuration

Several helper files are leveraged to provide additional capabilities automatically:

- [gRPC settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configgrpc/README.md) including CORS
- [HTTP server settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md#server-configuration) including CORS
- [TLS and mTLS settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md)
- [Queuing, retry and timeout settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md)