opentelemetry-java icon indicating copy to clipboard operation
opentelemetry-java copied to clipboard

OpenTelemetry Java SDK

Results 386 opentelemetry-java issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11512994/144014843-f4f3c050-043f-4c70-85dd-5c810da3c0a6.png) The [System property]( https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#sampler) names is nested,can not be transformed to YAML . If we want to read from yaml file in the future versions,it will be a bug....

Bug

**Is your feature request related to a problem? Please describe.** When using SDK AutoConfiguration, we have the ability to add our own `SpanExporter` via `ServiceLoader` and `ConfigurableSpanExporterProvider`, but there is...

I noticed that it's a bit weird that `unbind` invalidates the variable as a side-effect - would it be more idiomatic to use try/resources instead?

Feature Request

Patch release can't automatically cherrypick since the build generates some no-op japicmp diffs as a side effect ``` > Failed to apply plugin 'nebula.release'. > Final and candidate builds require...

Bug

The [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#producer-expectations) defines multiple ways of indexing for exponential histogram buckets for different scales. Currently the indexing strategy is a simple log based one that works for all scales (it...

Feature Request
metrics

Currently code coverage for opencensus shim is around 80% but we'd like it to be closer to 90%. Until then it gets marked as unmaintained in codecov.yml :)

Feature Request

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Send opentelemetery collected metrics to jmx **Describe alternatives you've considered** **Additional context** There are few...

help wanted
Feature Request

To provide resource attributes described in [Cloud semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud.md)

Feature Request

**Is your feature request related to a problem? Please describe.** As discussed with @jsuereth in #3724, it would be beneficial to allow accumulations to be mutable. Specifically for the exponential...

Feature Request
metrics

**Is your feature request related to a problem? Please describe.** OpenTelemetry semantic convention are considered to be a living standard to which changes are allowed over time. As the conventions...

Feature Request