-
Notifications
You must be signed in to change notification settings - Fork 773
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
Otlp exporter documentation update #2199
Otlp exporter documentation update #2199
Conversation
| ------------------------------| -------------------------------| | ||
| `OTEL_EXPORTER_OTLP_ENDPOINT` | `Endpoint` | | ||
| `OTEL_EXPORTER_OTLP_HEADERS` | `Headers` | | ||
| `OTEL_EXPORTER_OTLP_TIMEOUT` | `TimeoutMilliseconds` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OTEL_EXPORTER_OTLP_TIMEOUT
has a different unit - seconds - am I correct?
If so I would give a note on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the specification for this variable does not explicitly say what unit is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. LGTM then
Changes
Adding documentation for new env variables support added here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes