Lalit Kumar Bhasin

Results 108 issues of Lalit Kumar Bhasin

As discussed in [today's Feb 22, 2023](https://docs.google.com/document/d/1i1E4-_y4uJ083lCutKGDhkpi3n4_e774SBLi9hPLocw/edit#heading=h.daa6czvwmr28) community meeting: - Need tooling to detect ABI changes in CI, instead of relying on code review only - There was some research...

area:api
do-not-stale

Revisit merge policy and get more clarity in terms of - Size of the PR - Number of approvals required based on size of the PR - Define days for...

do-not-stale

As of now, otel-cpp use Curl as the default HTTP Client, and is set [here ](https://github.com/open-telemetry/opentelemetry-cpp/blob/9bcfcb99ffb7e03f9f8d502ccc3c7991bc35fcef/CMakeLists.txt#L374) for CMake. It should be instead possible for users to bring their own HTTP...

enhancement
Stale
do-not-stale

Not yet ready for review - moving to draft.

general

## Changes This PR is opened just for the discussion, of one of the possible changes to improve the performance of concurrent recording/updation of measurements in the hot-path. In today's...

In this failure path, does the measurement just get dropped? The only reason why a mutex lock would fail is if the mutex was poisoned. Reading the [documentation on mutex...

As discussed here: > https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions/scripts/templates we don't have metric attributes generated? is that something we can add as well? Yes, there were some docker errors while generating the source files...

A-metrics

As of now, the Logs API contains the implementation details for creation of [LogRecord](https://github.com/open-telemetry/opentelemetry-rust/blob/77db498ead77b359ee93f443b2ae68b3cf22a6cb/opentelemetry-api/src/logs/record.rs#L11) object. This should be ideally moved to SDK. The API should have minimal implementation details and...

release:required-for-stable
priority:p2
A-log
triage:accepted
version:breaking

### What happened? This is in continuation to the PR #1346 which propagates event name to the exporters by populating it in the attributes. The tokio tracing library has recently...

enhancement
triage:accepted

## Changes The API is already supported as experimental in specification: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.29.0/specification/trace/api.md#add-link And planned to make stable soon - https://github.com/open-telemetry/opentelemetry-specification/issues/3865. So not added under experimental flag. ## Merge requirement checklist...

S-blocked-spec