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

https://github.com/pubeldev/prusa_metrics_handler

influxdb metrics o11y

Score: 1.0986122886681098

Last synced: about 1 hour ago
JSON representation

Repository metadata:

Handler of metrics that are produced by Prusa3D printers


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 64
Total Committers: 3
Avg Commits per committer: 21.333
Development Distribution Score (DDS): 0.031

Commits in past year: 20
Committers in past year: 2
Avg Commits per committer in past year: 10.0
Development Distribution Score (DDS) in past year: 0.05

Name Email Commits
Pavel Štrobl p****l@p****z 62
dependabot[bot] 4****] 1
Pavel Strobl 1****v 1

Issue and Pull Request metadata

Last synced: 8 days ago

Total issues: 0
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: 1 minute
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 minute
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

Top Pull Request Authors

  • pubeldev (1)

Top Issue Labels

Top Pull Request Labels


Dependencies

go.mod go
  • github.com/InfluxCommunity/influxdb3-go v0.9.0
  • github.com/alecthomas/kingpin/v2 v2.4.0
  • github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
  • github.com/apache/arrow/go/v15 v15.0.2
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/goccy/go-json v0.10.2
  • github.com/google/flatbuffers v24.3.7+incompatible
  • github.com/influxdata/line-protocol/v2 v2.2.1
  • github.com/klauspost/compress v1.17.9
  • github.com/klauspost/cpuid/v2 v2.2.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/pierrec/lz4/v4 v4.1.21
  • github.com/prometheus/client_golang v1.20.1
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.55.0
  • github.com/prometheus/procfs v0.15.1
  • github.com/rs/zerolog v1.33.0
  • github.com/xhit/go-str2duration/v2 v2.1.0
  • github.com/zeebo/xxh3 v1.0.2
  • golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
  • golang.org/x/mod v0.17.0
  • golang.org/x/net v0.26.0
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.22.0
  • golang.org/x/text v0.16.0
  • golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
  • golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157
  • google.golang.org/grpc v1.65.0
  • google.golang.org/protobuf v1.34.2
  • gopkg.in/mcuadros/go-syslog.v2 v2.3.0
go.sum go
  • github.com/InfluxCommunity/influxdb3-go v0.9.0
  • github.com/alecthomas/kingpin/v2 v2.4.0
  • github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
  • github.com/apache/arrow/go/v15 v15.0.2
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/frankban/quicktest v1.11.0
  • github.com/frankban/quicktest v1.11.2
  • github.com/frankban/quicktest v1.13.0
  • github.com/goccy/go-json v0.10.2
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/google/flatbuffers v24.3.7+incompatible
  • github.com/google/go-cmp v0.5.2
  • github.com/google/go-cmp v0.5.5
  • github.com/google/go-cmp v0.6.0
  • github.com/google/uuid v1.6.0
  • github.com/influxdata/line-protocol-corpus v0.0.0-20210519164801-ca6fa5da0184
  • github.com/influxdata/line-protocol-corpus v0.0.0-20210922080147-aa28ccfb8937
  • github.com/influxdata/line-protocol/v2 v2.0.0-20210312151457-c52fdecb625a
  • github.com/influxdata/line-protocol/v2 v2.1.0
  • github.com/influxdata/line-protocol/v2 v2.2.1
  • github.com/klauspost/compress v1.17.9
  • github.com/klauspost/cpuid/v2 v2.2.7
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pretty v0.3.1
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/kylelemons/godebug v1.1.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.19
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
  • github.com/pierrec/lz4/v4 v4.1.21
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.20.1
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.55.0
  • github.com/prometheus/procfs v0.15.1
  • github.com/rogpeppe/go-internal v1.10.0
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.33.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.4.0
  • github.com/stretchr/testify v1.9.0
  • github.com/xhit/go-str2duration/v2 v2.1.0
  • github.com/zeebo/assert v1.3.0
  • github.com/zeebo/xxh3 v1.0.2
  • golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
  • golang.org/x/mod v0.17.0
  • golang.org/x/net v0.26.0
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.5.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/sys v0.22.0
  • golang.org/x/text v0.16.0
  • golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
  • gonum.org/v1/gonum v0.12.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157
  • google.golang.org/grpc v1.65.0
  • google.golang.org/protobuf v1.34.2
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/mcuadros/go-syslog.v2 v2.3.0
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
  • gopkg.in/yaml.v3 v3.0.1
Dockerfile docker
  • alpine latest build
  • golang 1.22-alpine build
.github/workflows/docker.yml actions
  • actions/checkout v2 composite
  • actions/checkout v3 composite
  • actions/setup-go v2 composite
  • docker/build-push-action v4 composite
  • docker/login-action v3 composite
  • docker/metadata-action v4 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite