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

Results 136 opentelemetry-java-contrib issues
Sort by recently updated
recently updated
newest added

### Component(s) samplers ### Is your feature request related to a problem? Please describe. Right now this sampler allows dropping based on a single attribute, like so: RuleBasedRoutingSampler.builder(SpanKind.SERVER, fallback) .drop(CODE_FUNCTION,...

component:samplers

**Description:** Fix ECS image parsing; SHA256 is hex encoded, not just digits. **Existing Issue(s):** #1788 **Testing:** Unit test input updated to show the bug **Documentation:** N/A **Outstanding items:** None

### Component(s) aws-resources ### What happened? ## Description When deploying an application using ECS on EC2, the resource attribute `cloud.platform` is being set as `aws_ec2` instead of `aws_ecs` ## Steps...

component:aws-resources

### Component(s) maven-extension ### Is your feature request related to a problem? Please describe. Instrument artifact transferts to get finer granularity in build execution. ### Describe the solution you'd like...

type: enhancement
component:maven-extension

**Description:** This updates the regex to handle hex characters in the `@sha256` portion of a Docker image URL. **Existing Issue(s):** Fixes #1788 **Testing:** Ran unit tests, added a new one...

https://github.com/open-telemetry/opentelemetry-java-contrib/actions/runs/12319968072/job/34388221769 (the reason this didn't show up before is because we used to auto-retry tests) ``` > Task :consistent-sampling:test ConsistentReservoirSamplingSpanProcessorTest > testConsistentSampling() FAILED java.lang.AssertionError: Expecting actual: 0.006596909041848287 to be greater...

component:consistent-sampling

### Component(s) aws-resources ### What happened? ## Description I can see in our logs this error: ``` Couldn't parse image '123456789012.dkr.ecr.us-east-2.amazonaws.com/abcdef:g123456789h12345678i12345678j12345678k12@sha256:ab1234c5678901234d567e890123f456789012345g6789012h3456789i123456' ``` from `io.opentelemetry.contrib.aws.resource.EcsResource` ## Steps to Reproduce Run a...

Currently some metric and attribute names are not matching semconv standards for [naming](https://opentelemetry.io/docs/specs/semconv/general/naming/) Scope of changes made regarding this issue is to fix semconv naming inconsistencies in [JMX Scraper](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-scraper) and...

component:jmx-metrics
component:jmx-scraper

### Component(s) disk-buffering ### Is your feature request related to a problem? Please describe. We currently provide a single config param to set the max cache folder size per signal...

component:disk-buffering

See https://github.blog/changelog/2024-06-25-artifact-attestations-is-generally-available/ and https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13267