We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9565e8f commit 01ee142Copy full SHA for 01ee142
packages/core-bridge/ts/index.ts
@@ -133,6 +133,9 @@ export interface OtelCollectorExporter {
133
otel: {
134
/**
135
* 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.
139
*/
140
url: string;
141
0 commit comments