Closed
Description
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