opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
GenevaExporter should log a helpful message when it runs out of buffer capacity to serialize data
GenevaExporters simply catch the IndexOutOfRangeException when they run out of buffer capacity to serialize data and log the related exception message
What's the expectation?
GenevaExporters should catch the IndexOutOfRangeException and log a more helpful error message which clearly tells what went wrong.
I'll be working on this issue.
@CodeBlanch, this issue needs to be moved to the Future milestone.