Lalit Kumar Bhasin
Lalit Kumar Bhasin
1ds cpp sdk currently uses HTTP/1.1 to push events to the ingestion service. This issue is open to explore adding support for HTTP/2.0 in the library. HTTP/2.0 is in general...
Work in progress.
Once such instance: https://github.com/microsoft/cpp_client_telemetry/runs/4257958450?check_suite_focus=true Similar crashes are reported by projects trying to integrate using CAPI. One such crash dump: ``` #0 0x80fd9ff2 in mipns::DoTaskDispatcherQueue(evt_task_t*, void (*)(char const*))::$_1::operator()() const ( this=0xb79a9584)...
Wednesday's otel-cpp SIG meeting is overlapping with the Log SIG meeting, which makes it difficult for the members to attend both meetings if needed. Preponing the time for Wed meeting...
The otel-cpp documentation is maintained at https://opentelemetry-cpp.readthedocs.io/en/latest/. As of now. it only contains API documentation for Traces, along with Baggage, Resources, and InstrumentationLibrary. Need to add API documentation for Metrics.
Similar to how we have for Trace API and SDK here - https://opentelemetry-cpp.readthedocs.io/en/latest/
Fixes # (issue) ## Changes Remove reference of exporter::etw::TracerProvider from exporter::etw::Tracer class. Similar to the OpenTelemetry SDK implementation, the `Tracer` and `TracerProvide` now share `TracerContext` object, which remains active for...
TDB.
**Changes required** - delete files under api/*/_metrics, sdk/*/_metrics directory. - remove ENABLE_METRICS_PREVIEW macro check in new metrics implementation. - remove old Prometheus exporter, old metrics ostream exporter. - remove examples/metrics_simple/main.cc...
**Describe your environment** TBD **Steps to reproduce** Describe exactly how to reproduce the error. Include a code sample if applicable. **What is the expected behavior?** What did you expect to...