Skip to content

Container to scrape, store, and retrieve a window of time from the Metrics Server.

License

Notifications You must be signed in to change notification settings

shu-mutou/dashboard-metrics-scraper

 
 

Repository files navigation

dashboard-metrics-scraper [WIP]

Small binary to scrape and store a small window of metrics from the Metrics Server in Kubernetes.

Command-Line Arguments

Flag Description Default
kubeconfig The path to the kubeconfig used to connect to the Kubernetes API server and the Kubelets (defaults to in-cluster config)
db-file What file to use as a SQLite3 database. /tmp/metrics.db
metric-resolution The resolution at which dashboard-metrics-scraper will poll metrics. 1m
metric-duration The duration after which metrics are purged from the database. 15m

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

Container to scrape, store, and retrieve a window of time from the Metrics Server.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.1%
  • Dockerfile 7.2%
  • Shell 4.7%