-
Notifications
You must be signed in to change notification settings - Fork 976
Clarification on exporter timeout config #2346
Copy link
Copy link
Open
Labels
spec:protocolRelated to the specification/protocol directoryRelated to the specification/protocol directorytriage:accepted:readyReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsorReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsor
Metadata
Metadata
Assignees
Labels
spec:protocolRelated to the specification/protocol directoryRelated to the specification/protocol directorytriage:accepted:readyReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsorReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsor
Type
Projects
Status
Spec - Accepted
What are you trying to achieve?
Need clarification on how timeout should be used for the export process.
Additional context.
Spec says that timeout is the max time the OTLP exporter will wait for each batch export but does this mean:
A. timeout for the entire export process (including retry requests)
B. timeout for each individual request
C. timeout for a certain phase in the request (socket, req, res).