-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Assuming we can get GoogleCloudPlatform/opentelemetry-operations-go#1033 merged, this issue is for creating a single Cloud Monitoring client and configuring the exporter with it.
Right now, each instance the Go Connector dials will get a separate Cloud Monitoring client. The client internally uses gRPC and having multiple clients means extra goroutines are running. Using one client will help the Go Connector be more efficient in its built-in metrics.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.