A well-known project done right. Strong docs and solid engineering throughout.
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Documentation
80
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under Apache-2.0.
Engineering
90
Test files detected (benchmark-overhead/src/test).
Lockfile present (.github/scripts/copilot-cli/package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/build-common.yml).
Java/Kotlin linting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (build.gradle.kts).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 1,106Forks
- 122Releaseslatest 5y ago
Community
- —Community health
- —authors own >50% of commits
- 2,558Watchers
Responsiveness
- 5d 23hMedian issue response
- 15hMedian PR merge time
- 256Open issues
Repository files62 root entries
- .githooks
- .githubGood: CI is configured (.github/workflows/build-common.yml).Good: Lockfile present (.github/scripts/copilot-cli/package-lock.json). Installs are reproducible.Good: Issue or PR templates present.
- benchmark-jfr-analyzer
- benchmark-overheadGood: Test files detected (benchmark-overhead/src/test).
- benchmark-overhead-jmh
- bom
- bom-alpha
- buildscripts
- conventions
- custom-checks
- declarative-config-bridge
- dependencyManagement
- docs
- examples
- gradle
- gradle-plugins
- instrumentation
- instrumentation-annotations
- instrumentation-annotations-support
- instrumentation-annotations-support-testing
- instrumentation-api
- instrumentation-api-incubator
- instrumentation-docs
- javaagent
- javaagent-bootstrap
- javaagent-extension-api
- javaagent-internal-logging-application
- javaagent-internal-logging-simple
- javaagent-tooling
- licenses
- muzzle
- opentelemetry-api-shaded-for-instrumenting
- opentelemetry-ext-annotations-shaded-for-instrumenting
- opentelemetry-instrumentation-annotations-shaded-for-instrumenting
- opentelemetry-instrumentation-api-shaded-for-instrumenting
- sdk-autoconfigure-support
- smoke-testsGood: Environment pinned via smoke-tests/images/early-jdk8/Dockerfile.
- smoke-tests-otel-starter
- testing
- testing-common
- .clomonitor.yml
- .editorconfigGood: Java/Kotlin linting configured (.editorconfig).
- .fossa.yml
- .gitattributes
- .gitignoreGood: .gitignore present.
- .java-version
- AGENTS.md
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- code-of-conduct.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- gradle.properties
- gradlew
- gradlew.bat
- ISSUES.md
- LICENSEGood: Licensed under Apache-2.0.
- mise.toml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- RELEASING.md
- settings.gradle.kts
- version.gradle.kts
- VERSIONING.md