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
I can only see this.exportTrigger.Dispose() called in the Dispose method, but there is already a shutdownTrigger which matches the purpose of the Dispose method, so why exportTrigger is being used when it can never be signaled other than shutdown?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
opentelemetry-dotnet/src/OpenTelemetry/Metrics/Reader/PeriodicExportingMetricReader.cs
Line 111 in 3f86f47
I can only see
this.exportTrigger.Dispose()
called in the Dispose method, but there is already ashutdownTrigger
which matches the purpose of the Dispose method, so why exportTrigger is being used when it can never be signaled other than shutdown?Beta Was this translation helpful? Give feedback.
All reactions