Lalit Kumar Bhasin
Lalit Kumar Bhasin
**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...
# Bug Report Documentation for currency service is missing here - https://github.com/open-telemetry/opentelemetry-demo/tree/main/docs/services ## Symptom A clear and concise description of what the bug is. **What is the expected behavior?** Documentation...
Affected Repository https://github.com/open-telemetry/opentelemetry-cpp-contrib Requested changes Provide access to @open-telemetry/cpp-contrib-maintainers as maintainer, and remove @lalitb (myself) as individual maintainer. Also provide the admin access to @open-telemetry/cpp-contrib-maintainers, to setup branch policies, webhooks....
Specification PR: https://github.com/open-telemetry/opentelemetry-specification/pull/2960 - [ ] Cardinality limit for Sync Instrument + Delta Temporality (#2347) - [ ] Cardinality limit for Sync Instrument + Cumulative Temporality (#2348) - [ ]...
- Getting started docs can be added here - https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/instrumentation/cpp - Reference API for `trace` and `metrics` is here - https://labhas-opentelemetry-cpp.readthedocs.io/en/latest/otel_docs/otel_docs.html. We can add for logs too. Refer this PR...
Experimental histogram advice API to enable instrumentation library suggest histogram buckets - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument-advice
As discussed here - https://github.com/open-telemetry/opentelemetry-specification/issues/2905, Most of the languages doesn't handle re-aggregation when the the spatial dimensions are dropped, and C++ is no different. OpenTelemetry C++ uses the last of...
As per the [specs](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#multiple-instrument-callbacks) - "The Metrics API MAY support an interface allowing the use of multiple instruments from a single registered Callback." As of now, implementation supports registering multiple...
The Exemplar implementation is behind feature flag. Need to test the performance with current implementation, do necessary changes if required, and remove the feature flag.