Trask Stalnaker

Results 166 issues of Trask Stalnaker

Fixes #860 ## Changes Query string values are now redacted by default due to concerns around leaking sensitive data. This is not considered a breaking change because the [OTel semantic...

never stale

Similar to https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/migration-guide.md

Tracking / blocking issue for initial database semconv stability.

area:db

Opening as a public tracking issue, it looks like I have access to create it.

area/repo-maintenance

In particular, is it ok for instrumentation to populate span status ERROR description with `exception.message` or `exception.type`? This is the current specification text: > When the status is set to...

spec:trace
triage:accepted:ready

This would be needed if we go with [Limit HTTP request method cardinality: use one attribute (option C/E)](https://github.com/open-telemetry/semantic-conventions/pull/35) as the solution for https://github.com/open-telemetry/opentelemetry-specification/issues/3470. The metric advice could take something like...

spec:metrics
triage:deciding:community-feedback

Currently we are only bumping 1.x patch versions when bumping SDK minor versions, e.g. https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11879 @brunobat recently reported a breaking change when updating 1.x patch versions. He didn't recall the...

Instead of adding it to each stable module. Check out how this is done in core (SDK) repo: https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-java%20otel.japicmp-conventions&type=code _Originally posted by @trask in https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11763#pullrequestreview-2167969814_

#11528 introduced a new version of japicmp which includes the version numbers in the diffs to make the automation work with this new version, need to * [prepare-release-branch.yml](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/.github/workflows/prepare-release-branch.yml) - need...