https://github.com/kubeservice-stack/node-metrics

FinOPS agent. node metrics is memory statistics exporter for crane-schedule

https://github.com/kubeservice-stack/node-metrics

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.1%) to scientific vocabulary

Keywords

agent finops memory node-metrics statistics
Last synced: 5 months ago · JSON representation

Repository

FinOPS agent. node metrics is memory statistics exporter for crane-schedule

Basic Info
  • Host: GitHub
  • Owner: kubeservice-stack
  • License: apache-2.0
  • Language: Go
  • Default Branch: master
  • Homepage: https://stack.kubeservice.cn/
  • Size: 13.4 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 7
Topics
agent finops memory node-metrics statistics
Created almost 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Security

README.md

node-metrics

Docker publish

FinOPS agent. node metrics is memory statistics exporter for crane-schedule

Owner

  • Name: KubeserviceStack
  • Login: kubeservice-stack
  • Kind: organization
  • Email: kubeservicestack@163.com
  • Location: China

Kubernetes/KubeEdge + Custom Service = KubeService

GitHub Events

Total
  • Release event: 1
  • Delete event: 32
  • Issue comment event: 63
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 65
  • Fork event: 1
  • Create event: 32
Last Year
  • Release event: 1
  • Delete event: 32
  • Issue comment event: 63
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 65
  • Fork event: 1
  • Create event: 32

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 40
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 36
Past Year
  • Issues: 0
  • Pull requests: 35
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.03
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 33
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (36)
  • dongjiang1989 (4)
Top Labels
Issue Labels
Pull Request Labels
dependencies (36) go (26) size/XS (12) github_actions (7) size/S (6) size/M (2) size/XXL (1)

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
hack/build/Dockerfile docker
  • alpine latest build
  • golang 1.18.5-alpine build
go.mod go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/alecthomas/kingpin/v2 v2.3.2
  • github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
  • github.com/beorn7/perks v1.0.1
  • github.com/caarlos0/env/v6 v6.10.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-kit/log v0.2.1
  • github.com/go-logfmt/logfmt v0.5.1
  • github.com/golang/protobuf v1.5.3
  • github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
  • github.com/jpillora/backoff v1.0.0
  • github.com/kubeservice-stack/common v1.2.0
  • github.com/mattn/go-isatty v0.0.14
  • github.com/matttproud/golang_protobuf_extensions v1.0.4
  • github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
  • github.com/montanaflynn/stats v0.7.1
  • github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.15.1
  • github.com/prometheus/client_model v0.3.0
  • github.com/prometheus/common v0.42.0
  • github.com/prometheus/exporter-toolkit v0.10.0
  • github.com/prometheus/procfs v0.9.0
  • github.com/rogpeppe/go-internal v1.10.0
  • github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973
  • github.com/stretchr/testify v1.8.2
  • github.com/xhit/go-str2duration/v2 v2.1.0
  • go.uber.org/atomic v1.9.0
  • go.uber.org/multierr v1.7.0
  • go.uber.org/zap v1.19.1
  • golang.org/x/crypto v0.8.0
  • golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
  • golang.org/x/net v0.9.0
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/natefinch/lumberjack.v2 v2.0.0
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • howett.net/plist v1.0.0
go.sum go
  • 113 dependencies