A well-known project done right. Strong docs and solid engineering throughout.
OpenTelemetry Collector distribution with programmable pipelines
Documentation
94
Contributing guide5pt
77
CONTRIBUTING guide found.
Install and run instructions9pt
90
README documents how to install the project.
README12pt
100
README is present.
License6pt
100
Licensed under Apache-2.0.
Engineering
94
CI/CD14pt
85
CI is configured (.github/workflows/build.yml).
Reproducibility6pt
85
Lockfile present (go.sum). Installs are reproducible.
Tests18pt
100
Test files detected (collector/version_test.go).
Linting and formatting5pt
100
Formatting enforced (.golangci.yml).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
94
Housekeeping3pt
60
.gitignore present.
Dependency manifest6pt
100
Dependency manifest found (go.mod).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 634Forks
- 96Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 3,272Watchers
Responsiveness
- 30d 9hMedian issue response
- <1hMedian PR merge time
- 1,264Open issues
Repository files46 root entries
- .cursor
- .docsGood: .gitignore present.
- .githubGood: Licensed under Apache-2.0.Good: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
- build-tools
- collectorGood: Test files detected (collector/version_test.go).
- docsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- example
- extension
- flowcmd
- integration-tests
- internal
- operations
- packaging
- scripts
- syntax
- tools
- .dockerignore
- .gitattributes
- .gitignore
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .govulncheck.yaml
- .release-please-manifest.json
- .vale.ini
- AGENTS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CODEOWNERS
- dependency-replacements.yaml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.windows
- example-config.alloy
- fallback_version_test.go
- fallback_version.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- GOVERNANCE.md
- LICENSE
- LICENSING.md
- MAINTAINERS.md
- Makefile
- mise.lock
- 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.Good: README documents how to run the project.
- release-please-config.json
- Taskfile.yml