Skip to content

Commit

Permalink
disable link checks for local endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Jun 24, 2020
1 parent 6d63920 commit 77a2598
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions specification/sdk-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ The goal of this specification is to unify the environment variable names betwee

## Jaeger Exporter

| Name | Description | Notes |
| ------------------------------- | ------------------------------------------------- | --------------------------------- |
| OTEL_EXPORTER_JAEGER_AGENT_HOST | Hostname for the Jaeger agent | |
| OTEL_EXPORTER_JAEGER_ENDPOINT | HTTP endpoint for Jaeger traces | default: "http://localhost:14250" |
| OTEL_EXPORTER_JAEGER_USER | Username to be used for HTTP basic authentication | - |
| OTEL_EXPORTER_JAEGER_PASSWORD | Password to be used for HTTP basic authentication | - |
| OTEL_EXPORTER_JAEGER_TAGS | Jeager process tags | - |
| OTEL_EXPORTER_JAEGER_DISABLED | Disables the Jaeger exporter when true | - |
| Name | Description | Notes |
| ------------------------------- | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| OTEL_EXPORTER_JAEGER_AGENT_HOST | Hostname for the Jaeger agent | |
| OTEL_EXPORTER_JAEGER_ENDPOINT | HTTP endpoint for Jaeger traces | <!-- markdown-link-check-disable -->default: "http://localhost:14250"<!-- markdown-link-check-enable --> |
| OTEL_EXPORTER_JAEGER_USER | Username to be used for HTTP basic authentication | - |
| OTEL_EXPORTER_JAEGER_PASSWORD | Password to be used for HTTP basic authentication | - |
| OTEL_EXPORTER_JAEGER_TAGS | Jeager process tags | - |
| OTEL_EXPORTER_JAEGER_DISABLED | Disables the Jaeger exporter when true | - |

## Zipkin Exporter

| Name | Description | Notes |
| --------------------------------- | -------------------------- | --------------------------------------------- |
| OTEL_EXPORTER_ZIPKIN_ENDPOINT | Endpoint for Zipkin traces | default: "http://localhost:9411/api/v2/spans" |
| OTEL_EXPORTER_ZIPKIN_SERVICE_NAME | The Zipkin service name | - |
| Name | Description | Notes |
| --------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| OTEL_EXPORTER_ZIPKIN_ENDPOINT | Endpoint for Zipkin traces | <!-- markdown-link-check-disable -->default: "http://localhost:9411/api/v2/spans"<!-- markdown-link-check-enable --> |
| OTEL_EXPORTER_ZIPKIN_SERVICE_NAME | The Zipkin service name | - |

0 comments on commit 77a2598

Please sign in to comment.