cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
LogManager should verify if supplied .db cache file is: - valid - writeable This may be already handled well in each individual concrete `IOfflineStorage` implementation, as we do have some...
Host-Guest logic in SDK needs better documentation. Topics to cover: - configuration: how guests provision their configuration, what if they don't provide any configuration at all? - semantics and quirks:...
At present, we generate a string UUID as the key for MemoryStorage and OfflineStorage_SQLite uses that same UUID string as its primary key in the database. This has a non-zero...
The Initialize() method in OfflineStorage_SQLite goes through these steps to set up and connect to the SQLite database: * Attempt to open and connect. On success: - m_isOpened = true...
@larvacea - Martin, quick question - let me know your thoughts on this.. I've been working on a hackathon project (integrating OpenTelemetry C++ core instead of our 1DS core), and...
Sorry I missed the community meeting this week; looking at chat comments, it seems that there were some questions about how IOfflineStorage behaves when multiple log managers, threads, or processes...
There is a bug in ObjC wrapper -> ODWEventProperties expose function of `setProperty:(NSString)name value:(id)value`. Looking at the comments this method should be only for `Strings` but the definition is using...
This is an intermitent issue observed on MacOSx 10.15.4 at different apps + 2342 HttpRequestCurl::Send() (in mso20) (HttpClient_Curl.hpp:210) [0x105e40795] + 2236 curl_easy_perform (in libcurl.4.dylib) + 369 [0x7fff6893b844] + ! 887...
### Context Visual Studio provides default $(Configuration) values in projects like Debug and Release, but these can be customized and won't necessarily be the same. For example, some projects may...
Some comments from @maxgolov in PR #427... I think we need to follow-up on how it works when the DB is full of Normal pri events on Metered connection. Some...