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

Occasional flakiness in the test: event comes with empty field. Goes away after rerun. Hard to say what triggers it. No local repro. This test: https://github.com/microsoft/cpp_client_telemetry/blob/bdfe59284dfa19c6df20d1d2e465e785fc6588d9/tests/functests/APITest.cpp#L619

bug
build infra

Markdownlint: https://github.com/DavidAnson/markdownlint GitHub action https://github.com/marketplace/actions/markdown-linting-action Need to discuss pros and cons, and settings (the most controversial one is line length limit of 80 chars).

build infra

@lalitb - the test is sporadically failing. Would be able to take a look at this one? https://github.com/microsoft/cpp_client_telemetry/runs/1196757019

bug
build infra

**Problem** Right now, time points and durations are represented by a pletora of types (to name a few): int, unsigned, uint64_t, int64_t This is undesirable, as not only is it...

enhancement
design

Our 1DS C++ SDK provides a "Classic" Fiddler inspector. Unfortunately the "Classic" Fiddler is a .NET Framework app that runs nicely on Windows.. But barely runs on Mac, esp. since...

enhancement
build infra

Tests were disabled at some point. Need to investigate why and re-enable those again.

build infra

This is something that might help in a few Edge browser scenarios. Currently this parameter is not documented. @bliptec

documentation

There's been a new feature added in SDK by MATP SDK team to enforce the configured storage size limit at runtime. This feature works well and is controllable via config...

build infra

There are multiple possible solutions to this issue, and any solution requires some build infra adjustment: - negative network tests (Docker with netem https://www.man7.org/linux/man-pages/man8/tc-netem.8.html ?) - long-haul tests (running once...

build infra

There are several known non-service impacting minor memory leaks in SDK: - `RuntimeConfig_Default.hpp` - may have small leaks at initialization. - FIFO Storage (used only for EXP configs, not used...

enhancement
build infra