Skip to content

Default otel reporter timeout of 900s is too long. #1670

Closed
@tmc

Description

@tmc

Since this timeout can occur when a process is closing/exiting it can mean a significant amount of time when the process is just retrying before it ultimately ends.

For example, it's easy to misconfigure the target service e.g.:

	status = StatusCode.UNAVAILABLE
	details = "DNS resolution failed for service: opencensus-collector:55680"

which can cause processes to easily hang at exit (and print nothing by default).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions