You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ForceFlush can return false, shouldn't that return value be checked? For example, if you implement AutoFlushActivityProcessor, it might make sense you want more reliability and thus want to check if everything is actually sent.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Component
OpenTelemetry.Extensions
Is your feature request related to a problem?
There are some parts in the code that do ForceFlush: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/5aa6d86836bbc13659d61abcf3040a0811537f7e/src/OpenTelemetry.Extensions/Trace/AutoFlushActivityProcessor.cs#L79C18-L79C32
ForceFlush can return
false
, shouldn't that return value be checked? For example, if you implementAutoFlushActivityProcessor
, it might make sense you want more reliability and thus want to check if everything is actually sent.The text was updated successfully, but these errors were encountered: