Cijo Thomas

Results 190 issues of Cijo Thomas

A lot has happened over last few months in this repo - We added support for Logs signal, Metrics was rewritten to match new spec, plenty of performance improvements were...

[Metric datapoints](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/src/metrics/data/mod.rs#L102-L104) currently store the starttime and endtime of the data point. Since starttime and endtime will be same for each and every datapoint within a metric, it can be...

A-metrics
M-sdk

### Related Problems? _No response_ ### Describe the solution you'd like: https://github.com/open-telemetry/opentelemetry-rust/pull/1308 modified SimpleLogRecordProcessor to simply take a Mutex protected call to Exporter. Proposing to make the similar change to...

enhancement
triage:todo

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument-advisory-parameters New spec. The advisory needs to be exposed on Metric API, and then the SDK must leverage them for aggregation.

A-metrics
M-api
M-sdk

The current project for OpenTelemetry jaeger (https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-jaeger) seems to be doing 2 things: 1. Jaeger propagator 2. Jaeger exporter. Proposing to do: 1. Given the Jaeger exporter is slated to...

help wanted
A-trace

https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/src/trace/id_generator/aws.rs must be moved to contrib crate and should not be part of core sdk. https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#id-generators

good first issue
help wanted

Observable counter has an aggregation bug. Most likely same issue exists for ObservableUpDownCounter as well. This PR just adds a test that will fail, and hence ignored for now. Will...

Observable Counter/UpDownCounter has aggregation bug while using cumulative temporality. Shown in https://github.com/open-telemetry/opentelemetry-rust/pull/1516 This is the tracking issue for the fix.

bug
A-metrics

As of today, Logs API/SDK [does not](https://github.com/open-telemetry/opentelemetry-rust/pull/1142/files) do de-deuplication. Tracing API/SDK does do de-duplication for SpanAttributes, but it is being [removed](https://github.com/open-telemetry/opentelemetry-rust/pull/1293). There is no de-duplication done for Event Attributes and...

A-common

### Related Problems? Performance of Metrics SDK is not good enough to be used in critical services. ### Describe the solution you'd like: Majority of the time is spent in...

enhancement
A-metrics
triage:todo