open-telemetry / open-telemetry/opentelemetry-java-instrumentation
Track repository consistency nits
Open
@trask is already working on this.
Since Sep 12, 2026.
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 1.2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 228
Description
Living list of small consistency improvements. Update this body instead of adding comments as new items are found.
- Prefer the concise, idiomatic delegated Gradle Kotlin DSL form,
val testStableSemconv by registering(Test::class), overval testStableSemconv = register<Test>("testStableSemconv").
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.