cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

1DS C++ SDK

Results 188 cpp_client_telemetry issues
Sort by recently updated
recently updated
newest added

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...

bug

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:...

documentation

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...

enhancement
Pāˆž

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...

bug

@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...

question
Android

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...

question

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...

bug
OTEL
obj-c

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...

bug
OTEL

### 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...