Skip to content
Open
Changes from all 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
1 change: 0 additions & 1 deletion packages/worker/src/runtime-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export interface OtelCollectorExporter {
*
* @format Starts with "grpc://" or "http://" for an unsecured connection (typical),
* or "grpcs://" or "https://" for a TLS connection.
* @note The `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable, if set, will override this property.
*/
url: string;

Expand Down
Loading