Zafer Balkan
Zafer Balkan
The tests fail for some reason. However, the failures do not come from the code I have changed. I am not sure what to do at this point.
Since this has been implemented already in a separate PR, I am closing the ticket.
Both related and unrelated at the same time: wouldn't it be better to ignore the error and continue with whatever information collected with others? I mean, a graceful handling would...
Hi @TomasTurina and @vikman90, If the issue is related to fc command, I'd like to suggest a different approach. Unlike Linux, Windows is not a process based OS. Creating new...
I'm glad that this is fixed, considering my incorrect diagnosis and probable distractions. Sorry everyone I have bothered in the meantime. And thanks @TomasTurina!
I found that the cleanup extension touched some files out of the scope as well. I will clean them up, and squash the commits into a single one to ensure...
Finished the cleanup. Pending review.
# Export Strategy ## File Export Strategy  ## HTTP Export Strategy This demo uses a simple dotnet core web API with single endpoint named `/logs`, and prints the received...
FYI, the Syslog exporter now accepts only a single target. I am working on sending to multiple targets to be configurable. Is it going to be a send all, round...
I have made some major changes, especially to minimize the time, CPU and memory usage on string allocation for logs. Multiple syslog targets are ignored as well.