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
Work has been done here, please reopen if you think there is more to be done however, these exporters are being thought about, separately, as candidates to move into contrib.
Zipkin had a remote endpoint cache to reduce allocations:
opentelemetry-dotnet/src/OpenTelemetry.Exporter.Zipkin/Implementation/ZipkinActivityConversionExtensions.cs
Lines 109 to 117 in 465fc09
Jaeger does not have a cache. @CodeBlanch and I discussed (#1195 (comment)) making one.
I've also raised a concern regarding the potential for unbounded memory growth of Zipkin's cache: #1168 (comment)
At a minimum, we should add a cache for Jaeger, but we may also want to consider a cache expiration or size limit for both Jaeger and Zipkin.
The text was updated successfully, but these errors were encountered: