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

Update README to list proxy support. #424

Merged
merged 4 commits into from
Nov 26, 2019
Merged
Changes from 2 commits
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ recommended you use the
- [Exporters](#config-exporters)
- [Extensions](#config-extensions)
- [Service](#config-service)
- [Other](#config-other)

## Introduction

Expand Down Expand Up @@ -306,6 +307,19 @@ service:
exporters: [opencensus, zipkin]
```

### <a name="config-other"></a>Other

Beyond standard YAML configuration of the Collector, the Collector also
respects additional configuration parameters such as certain environment
variables. This section captures these additionally respected configuration
options.

**HTTP_PROXY / HTTPS_PROXY**

The Collector respects the `HTTP_PROXY` and `HTTPS_PROXY` environment
variables. If set at Collector start time then both REST and gRPC exporters
will proxy traffic as defined by these environment variables.

flands marked this conversation as resolved.
Show resolved Hide resolved
[travis-image]: https://travis-ci.org/open-telemetry/opentelemetry-service.svg?branch=master
[travis-url]: https://travis-ci.org/open-telemetry/opentelemetry-service
[godoc-image]: https://godoc.org/github.com/open-telemetry/opentelemetry-collector?status.svg
Expand Down