Skip to content

Stackdriver exporter doesn't expose timeout flag #738

Closed
@olagacek

Description

@olagacek

Is your feature request related to a problem? Please describe.

Currently StackDriver exporter has a 5s timeout for calls to StackDriver Monitoring API (default value in an underlying OpenCensus implementation). From time to time my agent, which uses Open Telemetry StackDriver exporter receives deadline exceeded errors from StackDriver Monitoring API. With timeout bigger than 5s number of those errors could be reduced.

Describe the solution you'd like
Flag, which will allow to set timeout for StackDriver exporter.

Additional context

Link to Opencensus timeout config: https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/blob/master/stackdriver.go#L256

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions