Skip to content
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

chore: url validation & README to prevent gRPC footguns. #2130

Merged
merged 15 commits into from
May 3, 2021
Merged
Prev Previous commit
Next Next commit
Update packages/opentelemetry-exporter-collector-grpc/src/CollectorEx…
…porterNodeBase.ts

Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
lizthegrey and Flarna committed Apr 30, 2021
commit 8d3d7935849da6d8c14169452a50a51e0cb23720
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export abstract class CollectorExporterNodeBase<
grpcQueue: GRPCQueueItem<ExportItem>[] = [];
metadata?: Metadata;
serviceClient?: ServiceClient = undefined;
serverAddress!: string;
serverAddress: string;
private _send!: Function;

constructor(config: CollectorExporterConfigNode = {}) {
Expand Down