Azure / GuestProxyAgent

MIT License
3 stars 10 forks source link

Eliminate the unsynchronized file communication between telemetry loops. #148

Closed ZhidongPeng closed 4 weeks ago

ZhidongPeng commented 1 month ago

In order to send critical telemetry entries outside of VM, GPA has two task-loops:

Here could be the unsynchronized file communication, like event logger still writes the file while event reader started to read it. To remove such synchronization issue, we could let