An open API service for producing an overview of a list of open source projects.

https://github.com/containerd/log

Score: 27.937407802818463

Last synced: about 14 hours ago
JSON representation

Repository metadata:

Common log interface for containerd repositories and clients


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 75
Total Committers: 21
Avg Commits per committer: 3.571
Development Distribution Score (DDS): 0.72

Commits in past year: 12
Committers in past year: 3
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.417

Name Email Commits
Sebastiaan van Stijn g****b@g****l 21
Austin Vazquez m****v@a****m 11
Derek McGowan d****k@m****v 10
Stephen J Day s****y@d****m 7
dependabot[bot] 4****] 4
Lantao Liu l****l@g****m 3
Maksym Pavlenko p****m@g****m 3
Daniel Nephin d****n@g****m 2
Kenfe-Mickael Laventure m****e@g****m 2
Andrew Pennebaker a****r@d****m 1
Akihiro Suda s****o@l****p 1
Brian Goff c****3@g****m 1
Eng Zer Jun e****n@g****m 1
Iceber Gu w****t@d****o 1
Kazuyoshi Kato k****u@a****m 1
Kunal Kushwaha k****7@l****p 1
Michael Crosby c****l@g****m 1
Vincent Demeester v****t@s****m 1
Vlad Ungureanu v****u@p****m 1
Wei Fu f****9@g****m 1
chentanjun 2****3@q****m 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1
Total pull requests: 25
Average time to close issues: N/A
Average time to close pull requests: 10 days
Total issue authors: 1
Total pull request authors: 5
Average comments per issue: 8.0
Average comments per pull request: 0.32
Merged pull request: 10
Bot issues: 0
Bot pull requests: 7

Past year issues: 0
Past year pull requests: 15
Past year average time to close issues: N/A
Past year average time to close pull requests: 16 days
Past year issue authors: 0
Past year pull request authors: 4
Past year average comments per issue: 0
Past year average comments per pull request: 0.27
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 4

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/containerd/log

Top Issue Authors

  • samuelkarp (1)

Top Pull Request Authors

  • thaJeztah (9)
  • dependabot[bot] (7)
  • austinvazquez (6)
  • dmcgowan (2)
  • ningmingxiao (1)

Top Issue Labels

Top Pull Request Labels

  • github_actions (7)
  • dependencies (7)

Package metadata

proxy.golang.org: github.com/containerd/Log

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/containerd/Log#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.1.0 (published almost 3 years ago)
  • Last Synced: 2026-08-25T09:39:31.926Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.992%
    • Average: 7.439%
    • Dependent repos count: 7.886%
proxy.golang.org: github.com/Containerd/log

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/Containerd/log#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.1.0 (published almost 3 years ago)
  • Last Synced: 2026-08-24T10:06:53.820Z (3 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.185%
    • Dependent repos count: 5.533%
    • Average: 7.81%
    • Forks count: 9.272%
    • Stargazers count: 11.249%
proxy.golang.org: github.com/containerd/log

Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.

  • Homepage: https://github.com/containerd/log
  • Documentation: https://pkg.go.dev/github.com/containerd/log#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.1.0 (published almost 3 years ago)
  • Last Synced: 2026-08-25T09:40:48.228Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 1,785
  • Dependent Repositories: 4
  • Docker Downloads: 3,805,341,105
  • Rankings:
    • Dependent packages count: 0.208%
    • Docker downloads count: 1.148%
    • Dependent repos count: 2.518%
    • Average: 8.525%
    • Forks count: 13.428%
    • Stargazers count: 25.322%
guix: go-github-com-containerd-log

Common log interface for containerd repositories and clients

ubuntu-24.10: golang-github-containerd-log

  • Homepage: https://github.com/containerd/log
  • Licenses: apache-2.0
  • Latest release: 0.1.0-2 (published 7 months ago)
  • Last Synced: 2026-03-08T15:05:04.103Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-13: golang-github-containerd-log

  • Homepage: https://github.com/containerd/log
  • Documentation: https://packages.debian.org/trixie/golang-github-containerd-log
  • Licenses: apache-2.0
  • Latest release: 0.1.0-2 (published 7 months ago)
  • Last Synced: 2026-03-13T11:12:57.951Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

go.sum go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/sirupsen/logrus v1.9.4
  • github.com/stretchr/testify v1.10.0
  • golang.org/x/sys v0.13.0
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/ci.yml actions
  • actions/checkout v6 composite
  • actions/setup-go v7 composite
  • containerd/project-checks v1.2.2 composite
  • golangci/golangci-lint-action v9 composite
go.mod go
  • github.com/sirupsen/logrus v1.9.4
  • golang.org/x/sys v0.13.0