Skip to content

Commit 01ee142

Browse files
authored
Document OtelCollectorExporter.otel property (#1525)
1 parent 9565e8f commit 01ee142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core-bridge/ts/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ export interface OtelCollectorExporter {
133133
otel: {
134134
/**
135135
* URL of a gRPC OpenTelemetry collector.
136+
*
137+
* @format Starts with "grpc://" or "http://" for an unsecured connection (typical), or "grpcs://" or "https://" for a TLS connection.
138+
* @note The `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable, if set, will override this property.
136139
*/
137140
url: string;
138141
/**

0 commit comments

Comments
 (0)