Corrected docstring for OtelCollectorExporter#1855
Corrected docstring for OtelCollectorExporter#1855clintonb wants to merge 1 commit intotemporalio:mainfrom
Conversation
Removed the incorrect reference to the `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable. Fixes temporalio#1854
|
Ah, that's possible. There have been many recent changes to the OTel support in Core SDK. That may have got broken at some point. Out of curiosity, what led you to figure out this statement is correct? What was your use case for |
|
@mjameswh Every other TS/JS library expects All of my deployed workloads have const otelMetricsEndpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT
? `${process.env.OTEL_EXPORTER_OTLP_ENDPOINT}/v1/metrics`
: undefined; |
What was changed
Removed the incorrect reference to the
OTEL_EXPORTER_OTLP_ENDPOINTenvironment variable.Why?
The documentation is wrong.
Checklist
Closes [Feature Request] Correct docs for OtelCollectorExporter #1854
How was this tested:
I manually tested with my own deployment.
This is a docs update.